
body
{
	background-color: #f7e581;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
#container
{
	width: 800px;
	margin: 20px auto;
}
#container p
{
	padding: 0 30px;
}
.list
{
	list-style-type: none;
	font-weight: bold;
	
}
.list li
{
	 padding: 5px 0px 5px 25px;
} 
.menuItems
{
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
	
}
.menuItems a
{
	text-decoration: none;
	padding: 2px;
	background-color: #ffce39;
	color: #6b431f;
	border: 1px solid #ff9900;
}

.line
{
	text-decoration: underline;
}
h2
{
	color: #663300;
	font-size: 1.3em;
	border-bottom: 1px solid #996633;
	text-align: center;
}
#footer
{
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: .8em;
	color: #996633;
	text-align:center;
	width: 566px;
	float: right;
}



