body {
	color: black;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #698879;
	margin: 0px;
	padding: 0px;
}
p {
	color: black;
	line-height: 1.2em;
}
td { color: black; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
a:link , a:visited{
	text-decoration: none;
	color: #030303;
}
a:hover {
	color: #7C711E;
	text-decoration: none;
}
#wrapper {
	background-color: #FFF;
	padding: 20px;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(images/daves_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 87px;
	padding-top: 30px;
}
#header h2 {
	margin-left: -2500px;
}
#menu {
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6C6C6C;
	border-bottom-color: #6C6C6C;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	border: 1px solid #FFF;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu ul li a {
	font-size: 0.9em;
	font-weight: bold;
}
#menu .active{
	color: #7C711E;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6C6C6C;
	padding-top: 4px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1em;
}
.static {
}
.image {
	border: 1px solid #030303;
	margin: 6px;
}
h4 {
	line-height: 1em;
}
