body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	}

#main {
width:820px;
border: solid 2px #000000;
margin-right: auto;
margin-left: auto;
background-color:#c5b270;
margin-top:0px;
padding-top:0px;

}

#banner {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 820px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #c5b270;
}

#menu ul {
	list-style-type:none;
	margin-top:0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:0px;
	
}

#menu li{
	margin-top:205px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	border: medium dotted #000000;
}

#menu ul a {
	display:block;
	width:91px;
	padding:8px;
	color: #b29a5e;
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
	font-family: "Cooper Std Black";
	background-image: none;
	text-align: center;
	vertical-align: middle;
		  }
		  
#menu ul a:hover {
	background-color: #b29a5e;
	text-decoration:underline;
	color: #E5E5E5;
	}
	
#content{
	margin: 0px;
	margin-top:2px;
	padding: 0px;
	height: 400px;
	width: 820px;
}	
	
	
#footer{
	font-family: "comic Sans MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 55px;
}	

.footer1{
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
}	
.footer2{
	padding-top: 2px;
	padding-bottom: 5px;
}	

.topcontent{
	font-family: "Cooper Std Black";
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
