/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #6c513e;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
body {
	background-image:url(images/bodybg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	background-color:#301f14;
}
* {
	behavior: url(iepngfix.htc);
}
#container {
	text-align: left;
	width:1006px;
	margin: 0 auto 0 auto;
}
#wrapper {
	width:1006px;
	margin: 0 auto;
	background-image:url(images/contentstretch.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}
#wrapper .content {
	background-image:url(images/contentbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:1006px;
	padding: 0 0;
	margin: 0 0;
}
#wrapper .leftnav {
	width:441px;
	height:308px;
	background-image:url(images/leftnav.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
#wrapper .footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:53px;
	width:1006px;
	padding: 0 0;
	margin: 0 auto;
}
#wrapper .header {
	position: relative;
	background-image:url(images/header.jpg);
	width:1006px;
	height:396px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 0;
	padding: 0 0;
}
#wrapper .contenttext {
	float:right;
	width:533px;
	margin: 0 0 0 0;
	padding: 0 127px 0  0px;
	min-height:380px;
	
}
*html #wrapper .contenttext {
	height:380px;
}
h1 {
	color: #000;
	font-size:17px;
	font-family:"Georgia";
	font-weight:900;
}
h2 {
	color: #fff;
	font-size:14px;
	font-family:"Georgia";
}
p {
	font-family:"Georgia";
	color:#000;
	font-size:12px;
	line-height:16px;
}
li {
	font-family:"Georgia";
	color:#fff;
	font-size:14px;
	line-height:22px;
}
p a:link {
	font-family:"Georgia";
	color:#263852;
	font-size:14px;
	text-decoration:none;
}
 p a:visited {
 font-family:"Verdana";
color:#263852;
font-size:13px;
}
p a:hover {
	font-family:"Verdana";
	color:#000000;
	font-size:13px;
}
.footertext {
	margin: 0 0 ;
	width:300px;
	float:left;
	text-align:left;
	font-family:"Tahoma";
	color:#9ca69e;
	font-size:10px;
	padding:0px 0 0 150px;
}
.author {
	float:left;
	background-image:url(images/author.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:153px;
	height:230px;
	padding: 0 200px 0 0;
	margin: 20px 0 0 0;
}
.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 400px;
}
#lnav {
	float:left;
	overflow: hidden;
	padding: 0 0;
	margin: 0 0;
}
/* ------------------- LEFT IMAGE NAV  --------------*/


#lnav ul {
	float: left;
	list-style: none;
	margin:0;
	padding: 33px 0 0 100px;
}
#lnav ul li {
	float: left;
	clear: both;
}
#lnav ul li a {
	float: left;
	width: 197px;
	height: 36px;
	background-image: url(images/nav.jpg);
}
#lnav ul li.nav1 a {
	background-position: top left;
}
#lnav ul li.nav1 a:hover, #lnav ul li.nav1 a.active {
	background-position: top right;
}
#lnav ul li.nav2 a {
	background-position: center left;
}
#lnav ul li.nav2 a:hover, #lnav ul li.nav2 a.active {
	background-position: center right;
}
#lnav ul li.nav3 a {
	background-position: bottom left;
}
#lnav ul li.nav3 a:hover, #lnav ul li.nav3 a.active {
	background-position: bottom right;
}
#lnav ul li a span {
	display: none;
}
.style1 {
	font-size:17px;
}

