/* CSS Document */
body {
	margin: 0;
	align: center;
	position: absolute;
	font:medium Verdana,Sans-serif;
	line-height:1.6em;
	color:#333;
	text-align: center;
	padding: 0 30px 0 30px;
}

}
a:link {
	color: #9D5C00;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:visited {
	color: #9D5C00;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:active {
	color: #9D5C00;
}
a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	text-decoration: none;
}

#navcontainer ul{
margin: 0;
padding: 0;
}
#navcontainer ul li{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
font: 11px/30px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a{
color: #F8F2E5;
text-decoration: none;
display: block;
width: 106px;
border-top: none;
border-right: 1px solid #A8B090;
border-bottom: none;
}

#navcontainer li#active { background: #CC0000; color: #fff; border-bottom: none; }
#navcontainer a:hover { background: #4A0000; color: #fff; border-bottom: none;}

