HTML{

}
BODY{
	background-color:#333333;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	line-height:19pt;
	color:#333;
}
h1{
	color:#6f5048;
	font-size:16pt;
}
p{

}
strong{
	text-transform:uppercase;
	color:#6f5048;	
}
#centering{
	position:relative;
	text-align:left;
	margin:0 auto;
	width:839px;
	height:auto;
	background-image:url(images/bkgd_content.jpg);
	background-repeat:repeat-y;
}
#wrapper{
	position:relative;
	width:839px;
	height:auto;
}
#header{
	position:relative;
	width:800px;
	left:20px;
	height:111px;
	background-image:url(images/header.jpg);
	z-index:1;
}

#header ul{
	position:absolute;
	left:23px;
	top:0px;
	list-style:none;
	padding:0;
	margin:0;
}
#header li{
	display:inline;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	padding:15px 12px 15px 16px;
	background-image:url(images/bkgd_mainNav_divider.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
}
#header li.first{
	background-image:none
}
#header a:link, #header a:visited{
	color:#EFDBC2;
	text-decoration:none;
}
#header a:hover, #header a:visited:hover{
	color:#CCCC99;
}
#header a.selected, #header a.selected:visited{
	color:white;
}

#logo{
	position:absolute;
	left:45px;
	top:35px;
	display:block;
	float:none;
	z-index:1000;
	width:306px;
	height:121px;
}



/*  shadow png */
#logoShadow{
	position:absolute;
	left:32px;
	top:56px;
	width:400px;
	height:100px;
	z-index:900;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/LOGO_shadow.png');
}
*HTML #logoShadow{
	padding-top:250px;
}

#mainContent{
	position:relative;
	width:800px;
	width:839px;
	height:auto;
	float:left;
	background-image:url(images/bkgd_content.jpg);
	background-repeat:repeat-y;
}
#left{
	position:relative;
	float:left;
	padding:80px 45px 45px 65px;
	width:410px;
	height:auto;
}
dl{
	padding-bottom:10px;
	line-height:13pt;
}
dt{
	font-weight:bold;
	font-size:13pt;
	color:#6f5048;
	padding-bottom:10px;
	padding-top:15px;
}
dd{
	margin-left:25px;
	padding-bottom:15px;
}
#right{
	xposition:relative;
	xfloat:right;
	xmargin:0 10px 0 0;
	xpadding:0px 0px 0px 0px;
	xwidth:275px;
	xheight:auto;
	xcolor:#8c7646;
	xfont-size:10pt;
	
	
	position:relative;
	float:left;
	padding:20px 45px 45px 45px;
	width:220px;
	height:auto;
	background-image:url(images/bkgd_contact.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#8c7646;
	font-size:10pt;
}

#footer{
	position:relative;
	clear:both;
	text-align:left;
	margin:0 auto;
	width:839px;
	height:120px;
	background-image:url(images/bkgd_footer.jpg);
	text-align:center;
	background-repeat:no-repeat;
}
#copyright{
	position:relative;
	top:50px;
	width:auto;
	margin:0 auto;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#ADAD85;
}
#footer ul{
	position:relative;
	top:15px;
	list-style:none;
	margin:0 auto;
	padding:0;
	font-size:8pt;
}
#footer li{
	display:inline;
	width:auto;
	height:auto;
	padding:8px 5px 8px 9px;
	background-image:url(images/bkgd_footerNav_divider.gif);
	background-position:-0px 9px;
	background-repeat:no-repeat;
}
#footer li.first{
	background-image:none
}
#footer a:link, #footer a:visited{
	color:#333;
	text-decoration:none;
}
#footer a:hover, #footer a:visited:hover{
	color:white;
}
