body {
	background: #fffcef;
	font-family: arial, helvetica, verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #5f5040;
	text-align: center;
}
a:link {
	color: #a08060;
	text-decoration: none;
}
a:visited {
	color: #382614;
	text-decoration: none;
}
a:active {
	color: #fffcef;
	text-decoration: none;
}
a:hover {
	color: #fffcef;
	text-decoration: underline;
}
img {
	border: 0
}
#intro {
	background: #d8ba9c;
}
#introtitle {
	background: #d8ba9c;
}
#title {
	position: relative;
	width: 750px;
	height: 80px;
	margin: 10px;
	margin-left: 5px;
	padding: 10px;
	text-align: center;
	clear: both;
}
#menu {
	position: relative;
	float: left;
	width: 140px;
	height: 427px;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px;
	background: #d8ba9c;
	text-align: center;
	border: 2px solid #896c4f;
}
#main {
	position: relative;
	margin: 10px;
	margin-left: 5px;
	padding: 10px;
	width: 575px;
	height: 368px;
	text-align: center;
	background: #d8ba9c;
	overflow: auto;
	border: 2px solid #896c4f;
}
#credits {
	float: left;
	position: relative;
	margin: 10px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 10px;
	width: 575px;
	height: 25px;
	text-align: center;
	background: #d8ba9c;
	border: 2px solid #896c4f;
}
.box {
	position: relative;
	width: 480px;
	left: 21px;
	margin: 10px;
	padding: 15px;
	text-align: center;
}
.gallbox {
	position: relative;
	width: 430px;
	left: 40px;
	margin: 10px;
	padding: 15px;
	padding-top: 1px;
	text-align: left;
	background: #e9cdad;
}
.spacer {
	position: relative;
	height: 10px;
}
.bigspacer {
	position: relative;
	height: 250px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
}
#credits p {
	font-size: 0.8em;
	margin: 0;
}
.small {
	font-size: 0.75em;
	margin: 0;
}
.tight {
	margin: 0;
}
.strike {
	text-decoration: line-through;
}
li {
	margin-bottom: 3px;
}
ul.left {
	width: 400px;
	text-align: left;
}
ul.horizontal {
	margin-left: 0;
	padding-left: 0;
}
ul.horizontal li {
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	padding-left: 6px;
	border-left: 1px solid;
}
ul.horizontal li.nobar {
	border: 0;
}
img.menubut {
	margin-top: 10px;
}