body {
	background-color: #1C1513;
	scrollbar-arrow-color: #6A3526;
	scrollbar-track-color:#FFF5BB;
	scrollbar-face-color: #FFF5BB;
	scrollbar-highlight-color: #FFF5BB;
	scrollbar-3dlight-color: #FFF5BB;
	scrollbar-darkshadow-color: #FFF5BB;
	scrollbar-shadow-color: #FFF5BB;
	text-align: center;
	background-image: url(../layout/body.gif);
	margin-top: 50px;
	margin-bottom: 50px;


}
#container {
	width: 830px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#logocontainer {
	height: 115px;
	position: relative;
}

#header {
	height: 84px;
	width: 100%;
	background-color: #FFF7D4;
	position: absolute;
	top: 32px;
}
#logo {
	height: 109px;
	width: 215px;
	position: absolute;
	left: 597px;
	top: 6px;
	z-index: 10;
}
#logo h1 {
	display: none;
}

#navscroller{
	position: relative;
	height: 130px;
	width: 575px;
}
#content {
	position: relative;
	background-image: url(../layout/maincontent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #44240D;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent {
	width: 575px;
	position: relative;
	background-color: #FFF5BB;
	margin-left: 243px;
	min-height: 416px;
}
* html #maincontent {
	height: 416px;
}

#leftpicture {
	height: 416px;
	width: 230px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#lpbottom {
	background-color: #FCC4D6;
	height: 88px;
	width: 200px;
	position: absolute;
	left: 30px;
	top: 400px;
}
ul#navigation {
	background-image: url(../layout/navbar.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 3px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	top: 91px;
	width: 594px;
}	
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #4A2810;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #6A3526;
	border-left-color: #6A3526;
	border-right-color: #6A3526;
	border-bottom-style: none;
	font-weight: lighter;
	text-transform: uppercase;
	background-color: #AD9B7E;
}
#navigation a:hover{
	color: #FFF5BB;
	background-color: #44240D;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-image: url(../layout/body.gif);
}

#flashscroller {
	height: 100px;
	width: 100%;
	position: absolute;
	top: 495px;
	background-color: #872675;
	background-image: url(../layout/bottomscroller_temp.jpg);
}

#splash {
	background-color: #999999;
	height: 420px;
	width: 760px;
	position: absolute;
	margin-top: -210px;
	margin-left: -380px;
	left: 50%;
	top: 50%;
}



td.map {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../layout/map/main.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

________Text Styles____________ {}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #322521;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #44240D;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #44240D;
	padding-left: 10px;
	text-transform: none;
	margin: 0px;
}
li {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #322521;
}
a {
	font-weight: bold;
	color: #322521;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.floatright {
	float: right;
	margin: 10px;
}
.floatleft {
	float: left;
	margin: 10px;
}
.clearboth {
	float: none;
}
