body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #665555;
}

h2 {
  border-bottom: solid 1px #FF9933;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}

h3 {
  background: #2E2017 top left repeat-x;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 1.0em;
}

.header {
	background: url('../images/wood1.jpg') top left repeat-x;
}

#menu {
	padding: 1em 2em 1em 0em;
	background: url('../images/wood_menu.jpg') top left repeat-x;
	font-size: 14px;
}

#menu ul {
	display: block;
	margin: 0em 0em;
	list-style: none;
	text-align: center;
  padding: 0em;
}

#menu li {
	display: inline;
}

#menu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0.30em 0.75em 0.25em 0.75em;
}

#menu li a:hover {
	background: #342117 top left repeat-x;
}

.footer {
  padding-top: 10px;
	border-top: solid 1px #efeecc;
	font-size: 0.9em;
	font-style: oblique;
}