body
{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#links
{
	z-index:2;
	position:fixed;
	top: 0px;
	width:160px;
	height:100%;
	background-color:#E0E0E0;
}

#top
{
	z-index:3;
	position:fixed;
	width:100%;
	height:123px;
	top:0px;
	background-image:url(top.jpg);
	text-align:right;
}

#content
{
	z-index:1;
	position:absolute;
	width:auto;
	margin:0 auto;
	margin-top:120px;
	margin-left:160px;
	width:600px;
	text-align: left;
	font-family:Verdana;
	font-size:14px;
	padding:10px;
	color:#333333;
}

#navi
{
	position:absolute;
	list-style-type: none;
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:150px;
}

#navi li
{
	line-height:140%;
	border-bottom-style: solid;
	border-bottom-color: #84C146;
	border-bottom-width:1px;
	width:115px;
}

#navi a:active, #navi a:link, #navi a:visited
{
	text-decoration:none;
	font-family:Verdana;
	font-size:15px;
	color:#000000;
}

#navi a:hover
{
	text-decoration:none;
	font-family:Verdana;
	font-size:15px;
	font-weight:900;
	color:#000000;
}
