body {
background-image: url(sidebg.jpg);
}

a { 
color:"#7C4F1A";
text-decoration:none; 
font-weight:bold; 
}

a:hover { 
color: "#996600"; 
text-transform: uppercase; 
font-family:"Dolphin","New Century Schoolbook",Times; 
font-generic:serif; 
font-weight:bold; 
}

p {
font-family:"Book Antiqua";
font-weight:bold ;
color:"#7C4F1A";
font-size:13pt;
}

h1 {
font-family:'Murray Bold','Monotype Corsiva';
font-generic:serif; 
color:"#7C4F1A";
 }

th  {color:"#7C4F1A";
}

li {color:"#7C4F1A";
}

td {
color:"#7C4F1A";
}

table {
background-image: url(bgforklakesummer.jpg);
width:80%;
}

div { 
margin-left: 4em;
margin-right: 3em;
font-family:"Book Antiqua"; 
color:"#7C4F1A";
font-size:11pt;
}

/* Menu */

#menu {
	
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #B37640;
}

#menu a:hover, #menu .active a {
	background: "#7C4F1A";
	color: #FFFFFF;
}