body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2e5362;
	background-color:#c9e3fa;

}
#container {
	margin:0 auto;
	width:850px;
}
	#header {
		width:850px;
		height:115px;
	}

#container2 {
background-color:#0099ff;
height:auto;
}
	#content {
		width:610px; /* 650 - padding*/
		float:left;
		background:#fff;
		padding:20px;
	}
		#content p{
			line-height:16px;
		}
	#content a {
		color:#034fa3;
		text-decoration:underline;
	}
		#content a:hover {
			text-decoration:none;
		}
	
	#menu{
		padding-top:20px;
		width:200px;
		float:left;
		background-color:#0099ff;
	}
		#menu a{
			display:block;
			width:140px;
			height:25px;
			line-height:25px;
			background-image:url(/gfx/menua.gif);
			margin-left:20px;
			margin-right:20px;
			margin-bottom:5px;
			padding-left:20px;
			color:#000;
			font-size:13px;
			text-decoration:none;
			font-weight:bold;
		}
		#menu a:hover{
			background-image:url(/gfx/menuah.gif);
		}
	
	#footer {
		clear:both;
		padding-top:5px;
		text-align:center;
	
	}