body	{
	background:#999;
	margin:0;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#container	{
	width:800px;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#header	{
	min-height:100px;
	background:#FFF
}
#center	{
	min-height:200px;
	background:#FFF;
}
#menu	{
	background-color:#CC0000;
	padding:5px;
	margin-left: 50px;
}
.menuitem	{
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
a.menuitem	{
	color: #000;
	margin: 0px 20px;
	text-decoration: none;
}
a.menuitem:hover	{
	color:#FFF;
	text-decoration: underline;
}