body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:11px;
	line-height:1.5em;
}

#pagewrapper {
	width:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	text-align:center;
}

#header img {
	behavior: url(/css/iepngfix.htc);
	border:none;
}

h1 {
	font-size:150%;
	margin:0;
	margin-bottom:10px;
	color:#422926;
}

h2 {
	font-size:110%;
	margin:0;
	margin-bottom:5px;
	color:#422926;
}

p {
	margin:0;
	margin-bottom:5px;
}

a:link, a:active, a:visited {
	color:#000000;
}

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

li {
	margin-bottom:5px;
}

#intro {
	margin-bottom:20px;
}

.centeredimage {
	text-align:center;
}

.centeredimage img {
	margin-left:20px;
	margin-right:20px;
}

ul.mainoptions {
	padding:0;
	margin:0;
	list-style:none;
	width:600px;
	}

ul.mainoptions li {
	float:left;
	text-align:center;
	width:270px;
	margin:10px;
	}

ul.mainoptions li a {
	display:block;
	padding:0 2em;
	line-height:1.5em;
	text-decoration:none;
	background-color:#d1bdb2;
	color:#692926;
	border-top:1px solid #efe8e5;
	border-right:1px solid #342f2d;
	border-bottom:1px solid #342f2d;
	border-left:1px solid #efe8e5;
}

ul.mainoptions li a:hover {
	border-bottom:1px solid #efe8e5;
	border-left:1px solid #342f2d;
	border-top:1px solid #342f2d;
	border-right:1px solid #efe8e5;
}

#footer {
	clear:both;
	font-size:80%;
	padding-top:20px;
	text-align:center;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#000000;
}