*{
	margin:0;
	padding:0;
}
/*basic layout*/
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.75em;
	line-height: 1.4em;
	text-align:center;
	background-color: #3b7894;
}
.clearit{
	clear:both;
	display:block;
}
#wrapper{
	width:800px;
	padding:10px;
	margin: 1px auto;
	text-align: left;
	margin-top:1%;
	margin-bottom:1%;
	background-color: #efecca;	
	overflow: hidden;
}
#header{
	float: left;
	width: 790px;
	height: 120px;
	padding:5px;
	background-color: #004f74;
	margin-bottom: 10px;
	background-image: url("../graphics/header_background.gif");
	background-position: right;
	background-repeat: no-repeat;
}
#main_image{
	float: left;
	width: 800px;
	height: 180px;
	background-color: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
}
#content_container{
	float: left;
	width: 790px;
	padding:5px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.menu{
	float:left;
	width: 140px;
	margin-right: 10px;
	margin-top: 15px;
}
.content{
	float:left;
	width: 590px;
}
#footer{
	float: left;
	width: 790px;
	height: 20px;
	padding:5px;
	background-color: #004f74;
	color: #fff;
}
