body {
	margin: 120px auto;
	font-family: Arial;
	font-size: 12px;
	color: #b6b6b6;
	background: #000 url('../images/Background.png')	no-repeat top center;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#top {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #343434;
	padding-bottom: 3px;
	background: transparent url('../images/Header.png') no-repeat;
	position: relative; 
}

ul.menu {
	margin: 0;
	padding: 0;
	right: 30px;
	bottom: 5px;
	position: absolute;
	
}

ul.menu li {
	list-style: none;
	float: left;
	padding-right: 10px;
}

ul.menu li a {
	font-family: 'Arial Narrow';
	color: #7f7e78;
	font-size: 1em;
	text-decoration: none;
}

ul.menu li a.active {
	color: #9c9b95;
}

#headerBox {
	width: 100%
}

h3 {
	margin-left: 35px;
	color: #676565;
	font-size: 22px;
	font-family: Arial;
}

h3 span {
	color: #367fab;
	padding-left: 10px;
}

#grass {
	width: 100%;
	height: 15px;
	padding-top: 25px;
	background: transparent url('../images/Gras.png') no-repeat right bottom;
	clear: both;
	border-bottom: 1px solid #343434;
}

#footer {
	width: 100%;
	color: #363636;
	font-family: 'Arial';
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

#footer a {
	text-decoration: none;
	color: #367fab;
	padding: 0 3px 0 3px;
}

