


#header #nav {
	font-size: 10px;
	text-align: center;
	background:  #3b2000;
	color: #B0C4DE;
	font-weight: 900;
        font-family: arial;
	width: 487px;
	padding: 9px 0 10px 0;
	margin: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#header #nav li {
	display: inline;
}

#header #nav a {
	color: #D4A66F;
	text-decoration: bold;
}

#header #nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#list {
	color: #3b2000;
	text-decoration: none;
}

#list:hover {
	color: #ce9b5e;
	text-decoration: underline;
}

#events {
	color: #ce9b5e;
        text-decoration: none;
}

#events:hover {
	color: #000;
        text-decoration: underline;
}

