body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0A3468;
	color: white;
}

#header{
	background-image: url(../images/blue_top.gif);
	width: 720px;
	height: 113px;
	margin-left: 160px;
	margin-top: 20px;
}

#menu {
	left: 130px;
	position: absolute;
}
#menu ul {
	list-style: none;
	line-height: 160%;
	letter-spacing: 2px;
}

#content {
	left: 330px;
	position: absolute;
	width: 640px;
	height: 480px;
}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #22baec;
	list-style-image: none;
}

a:hover { 
	color: #ff9;
}

a.active {
	color: #ff9;
}
