body
{
	background:black;
	font-family: Palatino Linotype;
}

#container
{
	width:800px;
	height:100%;
	background:white;
	margin-left:auto;
	margin-right:auto;
}

#header,#footer
{
	background:black;
	color:white;
	text-align:center;
}

#content
{
	float:right;
	background:white;
	margin-left:25px;
	margin-top:12px;
	margin-bottom:12px;
	padding:12px;
	width:601px;
}


#footer > h6
{
	margin:0.5em;
	padding:0;
}

#footer
{
	background-color:#333366;
	clear:both;
}

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

ul.menu
{
	list-style-type:none;
}

li.menu
{
	
}

.menu > a
{
	font-family:lucida console;
	font-weight:bold;
	font-size:200%;
	text-decoration:none;
	color:black;
}