#navcontainer 
{
	width: 200px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color : #f3fbea;
}

#navcontainer ul
{	
	margin-top : 0;
	margin-left: 0;
	padding: 4px 4px 4px 4px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	font-weight : bold;
	font-size : 0.9em;
	padding: 4px 0px 4px 7px;
	background-color: #81b915;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover, #navcontainer #active a:link, #navcontainer #active a:visited 
{
	background-color: #369;
	color: #fff;
}

 #navcontainer #active a:link, #navcontainer #active a:visited 
{
 	background-color: #f3fbea;
	color: #81b915;
}

#container 
{
	width : 600px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color : #666;
	font-size : 0.8em;
	width : 380px;
	float : right;
}

#content h1 {margin-top : 0px;}
