@charset "UTF-8";
body {
	background-color: #5E3A20;
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {border: none;}
#leftbg {
	background-image: url(images/bg-left.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#rightbg {
	background-image: url(images/bg-right.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topbar {
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	height: 25px;
}
#flashhead {
	height: 282px;
}
#topnav {
	height: 22px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #E7B60C;
	padding: 0px;
	width: 900px;
}
#content {
	background-color: #EDE3D7;
	padding: 20px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}
#content h1 {
	color: #623E22;
	font-size: 18px;
}
#content h2 {
	font-size: 12px;
	margin-bottom: 0px;
}
#content ul {
	margin-top: 5px;
}
#content li {
	margin-top: 0px;
	margin-bottom: 5px;
}
#footer {
	height: 11px;
	color: #666666;
	font-size: 9px;
	padding: 10px;
	clear: both;
}
#copyright {
	float: left;
}
#bottomnav {
	float: right;
}
#bottomnav a {
	color: #666666;
}
.clearer {clear: both;}
#content a {
	color: #68462A;
}
table#gallery {
	float: right;
	margin-left: 20px;
}
.itemRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.boxRight {
	float: right;
	padding: 4px;
	margin-left: 10px;
	border: 1px solid #664226;
	background-color: #FFFFFF;
}
