body
{
	margin:0;
	padding:0;
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:14px;
}

#page_container
{
	margin: 0 auto;
	width: 811px;	
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	color: #E0C616;
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}


#header
{
	width: 811px;
	height: 60px;
	background: url(images/header.jpg) top center no-repeat;
}

#Footer
{
	border-top: 2px solid #E0C616;
}
