body {
	background-color: #dcd8ab;
	background-image: url(images/bodybackground.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}
#header, #content, #footer {
	margin: 0 auto;
}
#header {
	background-image: url(images/headerbackground.png);
	background-repeat: no-repeat;
	width: 904px;
	height: 50px;
}
#content {
	color: #3e1404;
	background-image: url(images/contentbackground.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 404px;
	min-height: 1079px;
	padding-top: 80px;
	padding-left: 400px;
	padding-right: 100px;
	line-height: 1.6;
	font-family: Verdana, Geneva, sans-serif;
}
#footer {
	background-image: url(images/footerbackground.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 704px;
	padding: 0 100px;
}

#menu {
	margin: 0;
	padding: 0;
	padding-left: 300px;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#menu li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #633d2e;
	text-decoration: none;
	display: block;
	background-image: url(images/button.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 86px;
	height: 27px;
	text-align: center;
	padding-top: 23px;
	padding-left: 4px;
}
#menu li a:hover {
	background-image: url(images/buttonhover.png);
}

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	margin-left: -2px;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0;
}
p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
a {
	color: #f63;
}
a:visited {
	color: #c60;
}
