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

#container
{
margin-left: auto;
margin-right: auto;
width: 900px;
height: 100px;

}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
}


#nav
{
	padding-top: 20px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}


#nav ul li  a#current
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav ul li  a:hover
{
text-decoration: none;
color: #684d0d;
font-weight: normal;

}


#nav ul li  a
{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}