body {
	margin: 0px;
	padding: 0px;
	background-color: #BEDE95;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
#wrapper  {
	width: 800px;
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 135px;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../_images/banner.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	text-indent: -1000em;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	bottom: -1px;
	right: 2px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited{
	background-color: #8C7E62;
	padding-top: 0.15em;
	padding-right: 0.45em;
	padding-bottom: 0.15em;
	padding-left: 0.45em;
	display: block;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2em;
	margin-right: 0.45em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #8C7E62;
	border-left-color: #CCC;
}
#header li a:hover {
	color: #000;
	background-color: #BEDE95;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #BEDE95;
	border-left-color: #CCC;
}
#header li a.current {
	color: #000;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
div.slideshow {
	height: 150px;
	width: 720px;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}
div.slideshow img {
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 0px;
	opacity: 0.0;
	cursor: pointer;
}
div.slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
div.slideshow img.last-active {
	z-index: 9;
}
div.line {
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	clear: both;
}
div.line h1 {
	font-size: 1.15em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
}
div.line p {
	font-size: 0.8em;
}
div.box {
	float: left;
	height: auto;
	width: 213px;
	background-color: #FFF;
	padding-right: 20px;
	margin-bottom: 30px;
	_margin-bottom: 0px;
	padding-left: 20px;
}
div.box ul {
	font-size: 0.8em;
	margin: 0px;
	padding-left: 15px;
}
div.box li {
	margin-bottom: 4px;
}
div.longbox {
	float: left;
	height: auto;
	width: 720px;
	background-color: #FFF;
	padding-right: 20px;
	margin-bottom: 30px;
	_margin-bottom: 0px;
	padding-left: 20px;
}
#content a:link, #content a:visited {
	color: #9F9173;
}
#content a:hover {
	color: #000;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: right;
	display: inline;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
}
#sidebar a:hover {
	color: #9F9173;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
#sidebar p {
	font-size: 0.9em;
	margin-bottom: 1em;
}
#main {
	float: right;
	width: 499px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	min-height: 450px;
	display: inline;
}
* html #main {
	height: 450px;
}
#main h1.top {
	padding-top: 0px;
}
#main h1 {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 1.25em;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}
#main h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
#main h3 {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#main p {
	margin-top: 0.5em;
	font-size: 0.9em;
}
#main ul {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main li {
	padding-top: 0.5em;
}
#main-footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	margin-top: 1.5em;
	font-style: italic;
	text-align: right;
}
#main-footer em {
	font-style: normal;
}
#footer {
	background-color: #CCC;
	margin: 0px;
	color: #333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
	position: relative;
}
