/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:#543A13;
	text-align:center;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

#topnav {
	height:24px;
	background:#ECE8DB;
	border-bottom:1px solid #000;
	text-align:left;
	width:100%;
	margin-bottom:20px;
}

#topnav ul {
	list-style:none;
}

#topnav ul li {
	display:inline;
}

#topnav ul li a {
	display:block;
	float:left;
	line-height:24px;
	padding:0 10px;
	color:#000;
	font-size:1.2em;
}

#topnav ul li a:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
}

#wrapper {
	margin-top:20px;
	text-align:left;
	margin-bottom:30px;
	width:800px;
	margin:0 auto;
	padding:10px;
}

body#homePage #wrapper {
	text-align:center;
}

#rightcol {
	float:right;
	width:250px;
	text-align:center;
}

#rightcol img {
	margin-bottom:15px;
}

#wrapper h1 {
	font-size:2.2em;
	line-height:1.5;
}

#wrapper h2 {
	font-size:1.8em;
	line-height:1.5;
}

#wrapper h3 {
	font-size:1.4em;
	line-height:1.5;
}

#wrapper p, #wrapper ul {
	font-size:1.3em;
	line-height:1.5;
	margin-bottom:1em;
}

#wrapper ul {
	margin-left:30px;
}

#wrapper a {
	color:#fff;
}

#wrapper a:hover {
	text-decoration:none;
}

.imgcaption {
	width:250px;
	float:left;
	margin-top:15px;
}

.imgcaption img {
	border:2px solid #000;
}

.imgcaption p {
	text-align:center;
	line-height:24px;
}

img.border {
	border:2px solid #000;
}

table {
	border-collapse:collapse;
	border:2px solid #000;
	font-size:1.3em;
	text-align:center;
	margin-bottom:15px;
}

table th {
	font-weight:bold;
	border:1px solid #000;
	padding:4px 8px;
}

table td {
	border:1px solid #000;
	padding:4px;
}

#clearall {
	clear:both;
	height:1px;
}