body 
	{
	text-align: center;
	background-color: #788037;
	}

.center
	{
	text-align: left;
	width: 800px;
	}
	
.logo
	{
	width: 250px;
	height: 200px;
	}
	
.MainImage
	{
	width: 550px;
	height: 200px;
	background-image: url(images/MainImage.jpg)
	}
	
.BottomLeft
	{
	width: 250px;
	vertical-align: top;
	background-color: #6F2013;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.BottomRight
	{
	width: 500px;
	vertical-align: top;
	background-color: #DED085;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.footer
	{
	height: 30px;
	background-color: #282C09;
	}
	
.SideHeading
	{
	font-weight: bold;
	}
	
.menu
	{
	width: 800px;
	height: 30px;
	background-color: #ECA306;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a
	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	}
	
a:hover
	{
	color: #006600;
	}
	
.button
	{
	background-image: url(images/button.jpg);
	width: 80px;
	height: 30px;
	float: left;
	vertical-align: middle;
	}