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: #000000;
	width: 800px;
	height: 100px;
	color: #ff0000;
	font-weight: bold;
	font-size: 36px;
	font-variant: small-caps;
	border-bottom:1px solid #ff0000;
}
#content
{
	position:absolute;
	width:550px;
	margin-top:110px;
	margin-left:10px;
}
#resources
{
position: absolute;
	margin-left: 600px;
	margin-top: 300px;
	width: 200px;
	border: 2px solid #000000;
	padding: 10px;
	background-color: #ffaaaa;
}
#navi
{
	position: absolute;
	margin-left: 600px;
	margin-top: 100px;
	width: 200px;
	height:200px;
	background-color: #000000;
}
a.navi
{
	font-size:12px;
	line-height:17px;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
a.navi:hover
{
	font-size:12px;
	line-height:17px;	
	color: #ff0000;
	text-decoration:none;
	font-weight:bold;
}
.text
{
	font-size:13px;
}