/*
#507282 : dark blue
#edece7 : bottom of menu border
#e1e0d9 : selected menu
#f7f6f0 ; menu regular
#7e8a5a ; h1 


*/



body
{
	
	background:#f7f7f7;
	padding:171px 0px 0px 0px;
	margin:0px;
}

#header 
{
	
	padding:10px 0px 10px 0px;
	margin:0px;
	position:fixed;
	top:0;
	left:0;
	height:155px;
	width:100%;
	background:#fff;

}

#main_body
{
	min-height:300px;
	margin:0px 0px 0px 0px;

}


