/* CSS Document */

html {
	SCROLLBAR-FACE-COLOR: #13456e;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #fff;
	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:#000000;
}
* {
	behavior: url(iepngfix.htc);
}
#container {
	text-align: left;
	width:970px;
	margin: 0 auto 0 auto;
}
#wrapper {
	width:970px;
	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:970px;
	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:121px;
	width:970px;
	padding: 0 0;
	margin: 0 auto;
}
#wrapper .header {
	position: relative;
	background-image:url(images/header.jpg);
	width:970px;
	height:383px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 0;
	padding: 0 0;
}
#wrapper .contenttext {
	float:right;
	width:446px;
	margin: 0 0 0 0;
	padding: 0 133px 0 0px;
	min-height:349px;
}
*html #wrapper .contenttext {
	height:349px;
}
h1 {
	color: #fff;
	font-size:17px;
	font-family:"Georgia";
	font-weight:900;
	padding:13px 0 0 0;
	margin:0 0;
}
h2 {
	color: #fff;
	font-size:14px;
	font-family:"Georgia";
}
p {
	font-family:"Georgia";
	color:#fff;
	font-size:11px;
	line-height:16px;
}
li {
	font-family:"Georgia";
	color:#777777;
	font-size:14px;
	line-height:22px;
}
p a:link {
	font-family:"Georgia";
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
p a:visited {
	font-family:"Georgia";
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
p a:hover {
	font-family:"Georgia";
	color:#fff;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.footertext {
	margin: 0 auto;
	width:400px;
	text-align:center;
	font-family:"Tahoma";
	color:#fff;
	font-size:10px;
	padding:36px 0 0 10px;
}
.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: 49px 0 0 138px;
}
#lnav ul li {
	float: left;
	clear: both;
}
#lnav ul li a {
	float: left;
	width: 213px;
	height: 30px;
	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;
}
