/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #fe0000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
* {
}
body {
	background-image:url(images/bodybg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#483116;
	padding: 0 0;
	margin: 0 0;
}
* {
	behavior: url(iepngfix.htc);
}
#container {
	text-align: left;
	width:1000px;
	margin: 0 auto;
	padding: 0 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image:url(images/contentstretch.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	padding:0 0;
}
#wrapper .content {
	background-image:url(images/contentbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:1000px;
	padding: 0 0;
	margin: 0 0;
}
#wrapper .leftnav {
	width:0;
	height:0;
	background-image:url(images/leftnav.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#wrapper .header {
	background-image:url(images/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:1000px;
	height:447px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#wrapper .footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:85px;
	width:1000px;
	margin:0 0;
	padding: 0 0 0 0;
}
#wrapper .contenttext {
	width:769px;
	margin: 0 0;
	padding:0 0px 0 114px;
	min-height:298px;
	float:left;
}
*html #wrapper .contenttext {
	height:298px;
}
h1 {
	color: #ad7a14;
	font-size:16px;
	font-family:"Georgia";
	font-weight:900;
	margin: 0 0;
	padding: 0px 0 10px 0;
	letter-spacing:2px;
}
h2 {
	color: #386584;
	font-size:14px;
	font-family:"Georgia";
	margin: 0 0;
	padding: 0px 0 0 0;
}
p {
	font-family:"Georgia";
	color:#000;
	font-size:11px;
	line-height:16px;
}
p a:link {
	font-family:"Verdana";
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
p a:visited {
	font-family:"Verdana";
	color:#000000;
	font-size:13px;
	text-decoration:none;
}
p a:hover {
	font-family:"Verdana";
	color:#ffffff;
	font-size:13px;
}
.footertext {
	margin: 0 auto;
	width:500px;
	text-align:center;
	font-family:"Verdana";
	color:#fff;
	font-size:9px;
	padding: 45px 0px 0 0px;
	letter-spacing:2px;
}
.clear {
	clear:both;
}
/*

.footerstretch {
height:99px;
width:500px;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
float:left;
clear:both;
padding: 0 0 0 0;
}

*/


.header ul {
	float: left;
	list-style: none;
	padding:352px 0 0 138px;
	margin:0 0;
	height:0px;
}
.header ul li {
	float: left;
	padding:0 0 0 0;
	height:37px;
	margin:0 0;
}
.header ul li a {
	float: left;
	height: 37px;
	background-image: url(images/nav.jpg);
	padding:0 0 0 0;
}
.header ul li a span {
	display: none;
	padding:0 0 0 0;
}
.header ul li.nav1 a {
	width: 89px;
	height:37px;
	background-position: top left;
}
.header ul li.nav1 a:hover, .header ul li.nav1 a.active {
	background-position: bottom left;
}
.header ul li.nav2 a {
	width:190px;
	height:37px;
	background-position: -89px 0px;
}
.header ul li.nav2 a:hover, .header ul li.nav2 a.active {
	background-position: -89px  37px;
}
.header ul li.nav3 a {
	width: 154px;
	height:37px;
	background-position: -279px 0px;
}
.header ul li.nav3 a:hover, .header ul li.nav3 a.active {
	background-position: -279px 37px;
}
ul {
	font-family:"Verdana";
	color:#ffffff;
	font-size:13px;
}
.style1 {
	font-size: 14px;
}
.style2 {
	font-size: 18px;
}

