body {
	text-align: center;
	background-color: #FDFFE7;
}
#leftnav {
	float: left;
	width: 175px;
	font-size: .9em;
	text-align: right;
}
#maincontent {
	float: right;
	width: 550px;
	text-align: left;
}
#header {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 65px;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	word-spacing: normal;
	padding-top: 40px;
}
hr {
	color: #820808;
}
a:link {
	color: #820808;
}
.imagespace {
	margin-right: 20px;
}
a:visited {
	color: #820808;
}
a:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #D2CE84;
}
#allcontent {
	width: 800px;
	text-align: left;
	margin: 0px auto;
}
#leftnav a:visited {
	color: #820808;
	text-decoration: none;
}
#leftnav a:link {
	color: #820808;
	text-decoration: none;
}
#leftnav a:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #D2CE84;
}
.credits {
	font-size: .85em;
	font-style: italic;
	color: #666666;
}
#footer a:link {
	color: #666666;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #0000FF;
	border: none;
}
h1 {
	margin-top: 0px;
	font-size: 1.5em;
}

