body {
	background-color: #E2C29A;
	scrollbar-arrow-color: #a08059;
	scrollbar-track-color: #ceae86;
	scrollbar-face-color: #d5c1a8;
	scrollbar-highlight-color: #d5c1a8;
	scrollbar-3dlight-color: #d5c1a8;
	scrollbar-darkshadow-color: #d5c1a8;
	scrollbar-shadow-color: #d5c1a8;
	text-align: center;
	background-image: url(../layout/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center center;


}
#container {
	height: 500px;
	width: 830px;
	position: relative;
	text-align: left;
	background-color: #a08059;
	
}
#header {
	height: 84px;
	width: 100%;
	background-color: #a08059;
}
#logo {
	height: 65px;
	width: 324px;
	position: absolute;
	left: 497px;
	top: 7px;
	background-image: url(../layout/logo2.gif);
}
#navscroller{
	position: absolute;
	height: 130px;
	width: 575px;
	left: 242px;
	top: 92px;
	z-index: 0;
}
#maincontent {
	height: 244px;
	width: 574px;
	position: absolute;
	left: 242px;
	top: 243px;
	overflow: auto;
	background-color: #ceae86;
	z-index: 0;
}

#leftpicture {
	height: 416px;
	width: 230px;
	position: absolute;
	left: 0px;
	top: 84px;
	z-index: 0;
}
#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;
	top: 65px;
	left: -2px;
	margin: 0px;
	padding: 0px;
	width: 500px;
}	
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2C29A;
	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;
	text-transform: uppercase;
}
#navigation a:hover{
	color: #E2C29A;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#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;
}
.patterns {
	background-image: url(../layout/patterns_bkgrnd.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 390px;
}
a.item {
	background-color: #E2C29A;
	display: block;
	width: 162px;
	text-decoration: none;
	padding-top: 1px;
	float: left;
	margin-left: 10px;
	position: relative;
	margin-top: 10px;
}
a.item:hover {
	background-color: #A08059;
	text-decoration: none;
}

a.item h3  {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5E62;
	font-weight: lighter;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.item img  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}



________Text Styles____________ {}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #4D4C4C;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #A08059;
	font-weight: lighter;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: lighter;
	color: #A08059;
	padding-left: 10px;
	text-transform: lowercase;
	margin-bottom: 0px;
}
#maincontent ul {
	margin-left: 20px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #322521;
	line-height: 16px;
}
a {
	color: #313131;
}
a:hover {
	text-decoration: underline;
}

.floatright {
	float: right;
	margin: 10px;
}
.floatleft {
	float: left;
	margin: 10px;
}
.clearboth {
	float: none;
}
#popup {
	position: absolute;
	left: 148px;
	top: 57px;
	z-index: 5;
}
form .hr {
	clear: both;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
form label {
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: right;
	padding-right: 5px;
	display: block;
}
form  input.text, textarea {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#submit {
	margin-left: 110px;
}
#footer #flash {
	position: absolute;
	left: 10px;
	top: 12px;
}
#footer #design {
	position: absolute;
	top: 12px;
	right: 8px;
}
#websir {
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CEAE86;
	font-size: 10px;
}

