body
{
	
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}


#wrapper
{
width:1000px;
margin: 0 auto;
}

main
{

}

#header
{
width:1000px;
background-color:#000;
height:175px;
background-image:url(/images/Header.jpg);
}


#footer
{
margin-top:25px;
width:1000px;
height:24px;
background-image:url(/images/Footer.jpg);
clear:both;
}


#content
{
width:1000px;
float:left;

}

#menu {
	background: #B0B1AF;
	float:left;
	list-style: none;
	
	padding: 0;
	width: 1000px;
	border-bottom:1px solid #000;
}
#menu li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#menu li:current{
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000 url("/images/seperator.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a.active {
	background: #C69 url("/images/seperator.gif") bottom right no-repeat;
	color: #FFF;
	display: block;
	float: left;
	margin: 0;
	padding: 38px 12px;
	text-decoration: none;
}

#menu ul
{
padding:0;
margin:0;
list-style:none;
}



#menu a:hover {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 8px 12px;
	font-size: 12px;
}