@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #e3e3d7;
	background-color: #e3e3d7;
	background-image:url(../media/images/bg2.jpg);
	background-repeat:repeat-x;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0;
	padding: 0;
}
a {
	color:#039;
}
a:hover {
	color:#600;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	z-index: 2;
}

#header {
	height: 121px;
}
#header-text {
	text-align:right;
	float:right;
	position:absolute;
	margin: 65px 0px 0px 210px;
	font-size:12px;
}

#nav {
	height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 3px;
}
html>body #nav {
	height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 5px;
}

#nav a {text-decoration: none; margin: 5px; padding: 3px 5px; color:#e3e3d7}
#nav a:hover {background: #51483f }

#content {
	margin: 35px 0px 0px 0px;
	background-color: #e3e3d7;
	min-height: 400px;
	color:#000;
	
}

h1 {
	font-size:20px; 
	font-weight:300;
	color: #231f20;
}
h3 {
	font-size:18px; 
	font-weight:300;
	color: #231f20;
}
p {
	font-size:14px;
}
#front_image {
	float:right;
}
#front_image img {
	margin: 15px;
}
#footer {
	background-color: #51483f;
	border-top: #231f20 solid 20px;
	text-align:center;
	font-size:11px;
	padding: 10px;
	clear:both;
}
.footer-text {
	padding: 3px;
}
.footer-text a {
	color: #e3e3d7;
	text-decoration:underline;
}
.footer-text a:hover {
	color: #fff;
}
#innercontent {
	float:left;
	padding: 15px;
	width: 870px;
	background-color: #e3e3d7;
}
#rotatorwrapper {
	float:right;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-image:url(../media/images/rotatorbg.png);
	width: 420px;
	height: 350px;
}
#rotator { 
	border:none; 
	margin: 8px 0px 6px 8px; 
	text-align:center;
	width: 400px;
	height: 300px;
	overflow:hidden;
}
#rotatornav {margin: 10px 0px 0px 180px; font-size:12px;}
#rotatornav a { border: 1px solid #ccc; background: #e8dfb5; text-decoration: none; margin: 5px; padding: 0px 3px; color:#607878}
#rotatornav a.activeSlide { background: #b59f71 }
#rotatornav a:focus { outline: none; }




