body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:x-small;
}
#header
{
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	background-color: #20B2AA;
	width:800px;
	height:100px;
	color:#ffffff;
	font-weight:bold;
	font-size:36px;
	font-variant: small-caps;
}
#content
{
	position:absolute;
	width:550px;
	margin-top:110px;
	margin-left:10px;
}
#resources
{
	width:400px;
	border:2px solid #C09DEC;
	padding:10px;
	background-color: #DFE0F7;
}
#navi
{
	position:absolute;
	margin-left:600px;
	margin-top:100px;
	width:200px;
	background-color: #9EC9EC;
}
a.nav
{
	font-size:x-small;
	color: #623613;
	text-decoration:none;
	font-weight:bold;
}
a.nav:hover
{
	font-size:x-small;
	color: #9DA2EC;
	text-decoration:none;
	font-weight:bold;
}