﻿body 
{
	background-color: Black;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
	padding:0px;
	margin:0px;
}

#container 
{
	width: 800px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

#content
{ 
	position: relative; 
	margin: 0px; 
}

#menu
{
	color: White;
	background-color: #b2aa7d;
}

#footer
{
	color: White;
	background-color: #b5111b;
	font-size: 10px;
}

#footer:td
{
	color: White;
	font-size: 10px;	
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: White;
	text-decoration: none;
}

#footer a:hover
{
	color: White;
	text-decoration: underline;	
}

img
{
	border: 0px;
}