/* CSS Document */

body
	{
	background-color:#000033;
	color:#000000;
	margin:0;
	padding:0;
	font-size:100.01%;
	text-align:center;
	min-width:774px;
}
	
#wrapper
	{
	width:774px;
	background-color:#939598;
	margin:65px auto;
	
	text-align:left;

	border:1px solid #939598;
	}

#content
{
color:#02014d;
margin:10px;
}

#footer
{
background-color:#CCCCCC;
font-size:9px;
color:#666;
}



#footer a
{
color:#666666;
text-decoration:none;
}

#footer a:hover
{
color:#FFFFFF;
text-decoration:line-through;
}


	
