html{
	background-color: #000;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	vertical-align: top;
	font-size: 12px;
}
#container {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 auto 0 -400px;
	padding: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#page {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	background-color: #FFC;
	top: 0;
	left: 0;
	width: 800px;
}
#header {
	background-color: #333;
	height: 206px;
}
#footer {
	background-color: #4e4431;
	height: 100px;
	clear:both;
	border-top: 2px solid #594417;
	color:#ae976d;
}
#footer a{  
	text-decoration: none;
	color: #ae976d;
	border: 0;
}

#menu {
	background-color: #594417;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 800px;
}
.menuitem {
	margin: 0;
	padding: 0;
	border: 0;
}


h1
{
    color: #4444CC;
    font-family: 'Verdana';
    font-size: 18px;
    font-weight: bold;
    margin: 10
}

h2
{
    color: #4e4431;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    margin: 10;
}

li {
	font-family: 'Verdana';
	color: 'red';
}

th {
	font-family: 'Verdana';
	color: #111111;
	font-size: 12px;
	padding: 5px;
	text-align: 'center';
	bacground-color: #e4c796;
}

td {
	font-family: 'Verdana';
	color: #111111;
	font-size: 12px;
	padding: 5px;
	text-align: 'left';
	bacground-color: #e4c796;
	}
p {
	padding-right: 10px;
}

