html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:url('') top left #004387;
}

#wrap {
	margin:0px auto;
	text-align:left;
	width:800px;
	clear:both;
	border:1px solid #FFF;
}

#header {
	height:200px;
	background:#004387;
	width:800px;
}

#menu_space {
	height:25px;
	width:800px;
	background:transparent;
	color:#048CFF;
	font-size:.9em;
	border:0px solid #FFF;
	margin-top:-25px;
}

#content {
	background:#FFF;
	width:750px;
	*width:800px;
	min-height:300px;
	padding:25px;
	font-size:13px;
}

#footer {
	clear:both;
	height:20px;
	background:#6183A0;
	text-align:center;
	width:800px;
	color:#FFF;
	font-size:11px;
}

#footer a {color:#FFF;}

a:hover {text-decoration:none;}

h1, h2, h3, h4 {color:#004387;border-bottom:1px solid #FE9901;}

.af {
	display:block;
	font-size:16px;
	height:30px;	
	width:400px;
}


	