*{ margin:0; padding:0; }
body{
	background:#fff url(../images/bg.jpg) repeat-x left top;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	padding:4px;
	margin:5px 10px 0 0;
	float:left;
}
#bgPage{
	width:800px;
	height:inherit;
	min-height:395px;
	background:url(../images/bgPage.png) no-repeat center top;
}
strong{
	color:#267CB6;
}
.phone{
	font-size:24px;
	color:#267CB6;
	font-weight:bold;
}
#menu{
	width:750px;
	height:24px;
	text-align:right;
}
#menu p{
	line-height:150%;
	color:#000;
	padding-left:10px;
	font-weight:bold;
}
#menu a{
	color:#000;
	text-decoration:none
}
#menu a:hover{
	color:#267CB6;
	text-decoration:none;
}
#header{
	width:750px;
	height:120px;
}
#content{
	width:750px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	color:#267CB6;
	padding:3px 20px;
	clear:both;
}
#content p{
	padding:3px 20px;
	line-height:150%;
	color:#5C512E;
}
#content ul{
	padding:3px 20px 3px 50px;
}
#content li{
	line-height:150%;
	color:#5C512E;
}
#footer{
	width:750px;
	height:100px;
	background:url(../images/footer.jpg) no-repeat center top;
	margin-bottom:15px;
}
#footer p{
	color:#267CB6;
	line-height:200%;
}
#footer a{
	color:#267CB6;
	text-decoration:none;
}
#footer a:hover{
	color:#C97D05;
}