@charset "utf-8";
/* CSS Document */

#wrapper1 {
	margin-right: auto;
	margin-left: auto;
	width: 810px;
}

#navcontainer {
	width: 165px;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #FFFF00;
	color: #000000;
	text-decoration: underline;
	font-size: 0.9em;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
}

#navcontainer a:hover
{
	background-color: #000000;
	color: #FFFF00;
	text-decoration: none;
}
.nav {
	font-weight: bold;
	font-size: 1.12em;	
}