body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #44A5FF;
	color:#000000;
	text-align:center;
}
h4 {
	text-align:center;
	padding:0 10px 0 10px;
}
h2 {
	text-align:center;
	padding:0 10px 0 10px;
}
h2.strong {
	font-weight:bold;
}
p{
	padding:0 10px 0 10px;
	text-align:center;
}
p.strong{
	font-weight:bold;
}
li {
	text-align:left;
}
.boom {
	color: #44A5FF;
	font-style: italic;
	font-weight: bolder;
}
.square {
	color: #FF0000;
	font-style: italic;
}
.style2 {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-style: italic;
}
.style4 {
	color: #000000;
}
.style5 {
	color: #FF0000;
	font-weight: bold;
}
.style7 {
	color: #FF0000; 
	font-weight: bold; 
	font-style: italic; 
}

#wrapper {
	background-color:#FFFFFF;
	width:800px;
	left:50%;
	margin:0 auto;
	margin-left:-400px;
	min-height:680px;
	height:expression(this.scrollHeight > 680 ? "auto":"680px");
	position:relative;
	padding:0 auto;
	top:0;
}

#header {
	position:relative;
	height:124px;
	width:800px;
	top:0;
	left:0;
	border-bottom:1px solid #44A5FF;
}


#leftmenu {
	position:relative;
	float:left;
	width:144px;
	min-height:680px;
	height:expression(this.scrollHeight > 680 ? "auto":"680px");
}

#body {
	position:relative;
	background-color:#FFFFFF;
	min-height:680px;
	height:expression(this.scrollHeight > 680 ? "auto":"680px");
	float:left;
	width:800px;
}

#signature {
	padding-top:350px;
	text-align:center;
	vertical-align:bottom;
	left:0px;
}

#signature p {
	font-size:10px;
}

#homelist ul li{
	text-align:center;
	list-style-type:none;
	padding:5px 0 5px 0;
}

#callerlist {
	text-align:left;
	border:1px solid #666;
}
#callerlist ul {
	margin:5px 5px 5px 5px;
}
#callerlist li {
	list-style-type:none;
	font-style: italic;
}

#content {
	float:right;
	width:654px;
	clear:none;
	border-left:1px solid #44A5FF;
	min-height:680px;
	height:expression(this.scrollHeight > 680 ? "auto":"680px");
}

#gallery {
	clear:both;
	margin:1em;
}

#gallery img {
	margin:1em 1em 1em 1em;
}

#picture {
	float: left; 
	height: 200px; 
	width: 300px;
	background: white;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

#picture img {
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
	height:167px;
	width:250px;
}