html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;  /*centers the content containers on the page */
	background: #fff;
	}
	
.search { 
	display: none; 
	}
		
#fhwahead,
#navigation, 
#breadcrumb, 
#footer, 
#moddate, 
#hephead, 
#hepfoot, 
#prefooter, 
.docnav {
	display: none;
}


#header {
	background-color: #939E78;
	background-image : url(/environment/recreational_trails/images/bannerbg.png);
	height: 100px;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top:0;
	padding-top:0;
	/*border-bottom: solid 2px #cecdae;*/
	}
	
#home img {
	width: 231px;
	height: 117px;
}

div#home {
	width:235px;
	margin-top:20px;
	margin-bottom:5px;
}

div#home .frametext {
	width:215px;
}

#equip_head {
	display:none;
}