body {
	background: #ffcc88;
	margin: 20px auto 0 auto;
	text-align: center;
	font-family: Georgia, Garamond, serif;
}

a {
	text-decoration: none;
	color: #8e2323;
}
a:hover {
	text-decoration: underline;
}
#content {
	margin: 0 auto 0 auto;
	width: 650px;
	text-align: left;
}
h1 {
	color: #6e4f27;
	font-family: Georgia, Garamond, serif;
	font-size: 2em;
}
h2 {
	color: #6e4f27;
	background: #ddaa66;
	font-family: Georgia, Garamond, serif;
	clear: both;
	padding-left: 1em;
}
.footer {
	text-align: center;
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #bb8844;
	font-size: smaller;
}
#navlist {
	margin: 0;
	padding: 0 10px 20px 0;
	border-bottom: 1px solid #bb8844;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #6e4f27;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #bb8844;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover { color: #bb8844; }

img {
	padding: 5px 3px;
	border-top: 1px #777 solid;
	border-left: 1px #777 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
}

.clearboth { clear: both; }


