body 
{
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	font-size: 16pt;
}

div#header
{
	margin: -9px 0px 0.5em;  
	padding: 15px 0 5px;  
	text-align: center; 
	color: #000000; 
	font: sans-serif; 
	font-size: 12pt;
	height: 200px; 
	vertical-align: middle; 
	white-space: nowrap;
	width: 100%;
	z-index: 1000;
}

div#links
{
	position: absolute;
	top: 250px;
	background-color: #eeeeee;
	left: 0;
	font: bold 15px sans-serif;
	width 230px;
	height: 900px;
}

div#links a
{
	voice-family:inherit;
		display: block;
		font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0px;
	border-width: 0;
	text-decoration: none;
}

div#links a:hover
{
	color: $411;
	background-color: #ffffff;
}

div#body
{
	position: absolute;
	padding: 15px;  
	top: 220px;
	left: 200px;
	font: 13px Verdana, sans-serif;
	height: 600px;
	width: 75%;
}
