#header{
	
}

#header ul{
	list-style: none;
	float: right;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

#header li{
	float: left;
	padding: 3px 15px 3px 15px;
	border-right: 1px solid #a2a2a2;
}

#header a {
	color: #a2a2a2;
	text-decoration: none;
}

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

#banner{
	height: 245px;
	background-image: url(img/banner.png);
	background-position: left top;
	background-repeat: no-repeat;
}
