body {
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-x repeat-y;
	background-position: top;
	background-color:#7b5445;
	/*position: absolute;*/
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#726860;
	
}

div{margin:0;padding: 0;}


#wrapper{
	width: 100%;
	overflow:visible;
	display: block;

}
#div_container {
	width: 960px;
	margin:0px auto;
	overflow:show;
	margin-top:0px;
	background-image:url(../images/mainShadow.png);background-position:top center;background-repeat:x-repeat;
}



#mainBody, #footerDiv{
	position: relative;
	margin: 0 auto;
	width: 948px;
	height: auto;
	clear: both;
	display: block;
}
#footerDiv{
	height: 30px;
	text-align:center;
	color:#ffffff;
	padding-top:5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
}
#leftColumn{
	width: 182px;
	float: left;
	/*background-color:#512811;*/
	background-image:url(../images/img_leftBg.jpg);
	background-repeat:repeat-y;
	min-height:300px;
	display: block;
}
#mainNav{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#mainNav li{
	width: 95%;
	height: 22px;
	text-align:right;
}

#mainNav a, #mainNav a:link {
	color: #decbc5;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#mainNav a:hover{
	text-decoration: none;
	color:#ffffff;
}
#subNavDiv{
	width: 165px;
	background-image:url(../images/subNavShadow.png); background-position:bottom center; background-repeat:no-repeat;
	margin: 0 auto;
	padding-left:19px;
	padding-bottom:20px;
}

.subNav {margin:0;padding:5px 0 0 0;}
.subNav li{list-style:none; list-style-type:none;text-align: left;padding:0 0 5px 5px; margin:0;font:11px Arial, Helvetica, sans-serif; font-weight:bold; }
.subNav a, .subNav a:link {color:#ffffff; text-decoration:none;}
.subNav a:hover {color:#fdb161; text-decoration:none;}

#mainColumn{
	width: 766px;
	float: left;
}
#titleDiv{
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 191px;
}
#copyDiv{
	background-image: url(../images/bannerShadow.gif); background-position:left top; background-repeat: no-repeat;
	display: block;
	width: 100%;
	float: left;
	height: auto;
}
#textDiv{
	float: left;
	width: 552px;
	margin:0;
}

#textBody {width:515px;margin:0; padding-left:20px;color:#726860; }

#rightDiv{
	width: 214px;
	float: left;
}
#greyBar{
	background-color: #998B7D;
	clear: both;
	width: 100%;
}



p {font:12px Arial, Helvetica, sans-serif; color:#726860;line-height:20px;}
h1 {height:45px;color:#c59735;border-bottom:1px solid #9a8c7f;margin:0px; padding-left:20px; font:24px Georgia, "Times New Roman", Times, serif; text-transform:uppercase;}
h2 {color:#6a2d00; font:18px Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h3 {font: 14px Arial, Helvetica, sans-serif; font-weight:bold; color:#333333;}
a {color:#d66c22; font-weight:bold; text-decoration:none;}
a:hover {color:#6a2d00; font-weight:bold; text-decoration:none;}
li {font:12px Arial, Helvetica, sans-serif; color:#726860;padding-bottom:5px;}

.imgLeft {float:left;margin-right:15px;}
.imgRight {float:right;margin-left:15px;}
.sideQuote {padding:0 15px 0 15px;color:#7a4d37; font:14px Georgia, "Times New Roman", Times, serif; line-height:20px;}
.sidePadding {padding:0 15px 0 15px;}