*{ margin:0; padding:0; }
body{
	background:#E2E0B6 url(../images/bg.jpg) repeat-x left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
img, div { behavior: url(iepngfix.htc) }
img.floatLeft{
	margin:5px 10px 0 0;
	float:left;
	border:#794E26 3px solid;
}
strong{
	color:#794E26;
}
.phone{
	font-size:24px;
}
#header{
	width:850px;
	height:220px;
	background:url(../images/header.png) no-repeat center top;
}
#logo{
	width:570px;
	height:80px;
	text-align:left;
}
#logo img{
	margin-top:5px;
}
#menu{
	width:500px;
	height:50px;
	float:right;
}
#menu li{
	float:left;
	list-style-type:none;
	padding-right:38px;
}
#menu a{
	font-size:24px;
	font-weight:bold;
	color:#2A2F2B;
	text-decoration:none;
	
}
#menu a:hover{
	color:#88642F;
	text-decoration:underline;
}
#content{
	width:800px;
	height:inherit;
	background:url(../images/bgContent.jpg) repeat-y center top;
	margin:20px 0;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	color:#794E26;
}
#content p{
	padding:10px 20px;
	line-height:150%;
	color:#55460F;
}
#content ul{
	margin:10px 20px 10px 60px;
}
#content li{
	line-height:150%;
	color:#55460F;
}
#content .boxImg{
	padding:0 20px;
}
#footer{
	width:100%;
	height:inherit;
	background:url(../images/bgFooter.jpg) repeat-x left top;
}
#footer p{
	line-height:250%;
	color:#F4F4F4;
}
#footer a{
	color:#F4F4F4;
	text-decoration:none;
}
#footer a:hover{
	color:#A7881E;
	text-decoration:underline;
}