body {
	background-color: #E0E3D8;
	background-image: url(/images/gif/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 100%;
	height: auto;
	background-image: url(/images/png/don_boehm.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#text {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, ul, li {
	font-size: 12px;
	color: #E0E3D0;
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none;
}
#spacer1 {
	width: 800px;
	height: 288px;
}
#spacer2 {
	width: 800px;
	height: 160px;
}
#links {
	width: 800px;
	height: 20px;
}
a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #9F541B;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #67735D;
}
.super {
	vertical-align: super;
	font-size:8px;
}