html, body{
	padding:0;
	margin:0;
}
body{
	background-color:#FBF6DB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#D65600;*/
	color:#AF5315;
}
#outer{
	width:100%;
}
#outer div{
	float:left;
}
#header{
	width:100%;
	height:126px;
	background:url(../images/fofh_headerbg.gif) repeat-x top left;
}
#header a{
	text-decoration:none;
}
#header img{
	float:left;
	border:0;
}
#headerbtm{
	width:100%;
	height:30px;
	background:#E6821E url(../images/fofh_logobtm.gif) no-repeat top left;
	font-size:1px;
}
#main{
	width:100%;
	background:#FBF6DB url(../images/fofh_bg.gif) no-repeat top left;
}
#nav{
	width:280px;
	height:300px;
}
#nav ul{
	padding:35px 0 0 50px;
	margin:0;
}
#nav ul li{
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
}
#nav ul li a{
	color:#59875F;
	text-decoration:none;
	font-size:12px;
}
#content{
	width:400px;
	padding-top:35px;
}

#content h1, 
#content h2, 
#content h3, 
#content h4{
	padding:0;
	margin:0 0 2px;
}
#content h1{
	font-size:13px;
}
#content h2{
	font-size:12px;
}
#content h3{
	font-size:11px;
}
#content h4{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
}

#content strong, #content b{
	font-size:12px;
}
#content strong em, #content b em{
	font-size:11px;
}
#content p{
	margin:0;
	padding:0 0 10px 0;
}
#content a{
	/*color:#D65600;*/
	color:#AF5315;
}
#footer{
	width:100%;
	padding-top:35px;
}
#footer .bar{
	width:100%;
	height:10px;
	font-size:1px;
	background-color:#E6821E;
}
/*#footer .info{
	width:400px;
	padding:10px 0 20px 280px;
	font-size:10px;
	color:#E58D5C;
}*/
#footer .info{
	width:100%;
	padding:10px 0 20px 0;
	font-size:10px;
	text-align:center;
	color:#E58D5C;
}
#footer .info a{
	/*color:#D65600;*/
	color:#E58D5C;
}