body {
	background-color:#0044bb;
	color: white;
	font-family: sans-serif;
}

a {
	color:#CCCCCC;
	text-decoration: none;
}

#container {
	width:900px;
}

#top {
	margin-left:75px;
	clear:both;
}

#masthead {
	text-align:center;
	font-stretch:extra-expanded;
	font-weight:bolder;
	height:30px;
	clear:both;
}

#menu {
	width:200px;
	float:left;
}

#menu li {
	list-style:none;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

#content {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	background-color: #0066CC;
	padding: 5px;
	width: 545px;
	height: 450px;
}

#footer {
	border-top:#FFFFFF thin solid;
	border-bottom:#FFFFFF thin solid;	
	padding:3px;
	text-align:center;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	clear:both; 
}
