
body {
	background: #5F4125;
	font-family: 'Garamond';
	color:black;
	font-size: 16px;
}
a:link, a:visited { 	
	text-decoration: none;
	font-weight: bold;	
	color: #5F4125;
}
a:active {	
	text-decoration: none;
	font-weight: bold;
	color: #5F4125;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
a.nav:link, a.nav:visited, a.nav:active {
	background-color: #6E753F;
	color: white;
	font-family:'Garamond';
	font-size: 20px;
	display: block;
	font-weight: normal;
}
a.nav:hover {
	background-color: #8F7F47;
	color: white;
	font-family:'Garamond';
	font-size: 20px;
	display: block;
	font-weight: normal;
}
img.banner {
	border-width: 0px;
	border-color: #5F4125;
	border-style: none;
	margin-bottom: 0px;
	width: 900px;
	height: 250px
}
table.menutable {	
	width: 900px;
	border-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.maintable {	
	background-color: #DEF1F2;
	width: 900px;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	font-size:16px;
	text-align:top;
}
table.contenttable {	
	background-color: #DEF1F2;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	font-size:20px;
	text-align:top;
}
table.fronttable {	
	background-color: #DEF1F2;
	border-width: 0px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	font-size:21px;
	text-align:top;
}
h1 {
	color: #5F4125;
}
h2 {
	color: #5F4125;
}
image {
	border-color:#FFFFFF;
	border-style:outset;
	border-width:medium;
}