body {
	font-family: Georgia;
	line-height: 1.4em;
	font-size:13px;
	margin: 0;
	padding: 0;
	height:100%;
	color:#3B322B;
}

a, a:link, a:visited, a:hover{
	color:#332C24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1{
	font-style:italic;
	margin-top:20px;
	margin-bottom:20px;
}

h2{
	font-style:italic;
	margin:0.83em 0 0.3em 0;
}

/*	Header	*/
#headerWrapper{
	/*background: url('../img/layout/bg_day.jpg')  repeat-x scroll 50% 0*/%;
	}
#headerContent{
	/*background-image: url('../img/layout/header_bg.jpg');*/
	background-repeat: no-repeat;
	width:920px;
	height:387px;
	margin:0px auto;
}
#nav{}
#flash{}

/*	Main Content */
#mainWrapper{
	background-image: url('../img/layout/main_wrap_bg.jpg');
	background-repeat: repeat;
	padding:10px 0px;
	min-height:154px;
}
#contentWrapper{
	width:920px;
	margin:0px auto;
}

/*	Content Table */
table.mainTable{
	 border-collapse: collapse;
	 width:928px;
	 margin-top:-57px;
}

.mainTable td, .mainTable tr{
	padding:0px;
}

td.contentTopLeft{
	background-image: url('../img/layout/top_left.png');
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}
td.contentTopCenter{
	background-image: url('../img/layout/top_mid.png');
	background-repeat: repeat-x;
	height:14px;
}
td.contentTopRight{
	background-image: url('../img/layout/top_right.png');
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}


td.contentMainLeftBar{
	background-image: url('../img/layout/left_mid.png');
	background-repeat: repeat-y;
	width:14px;
	height:14px;
}

td.contentMainCenter{
	background-image: url('../img/layout/bg_full.jpg');
	background-repeat: repeat-y;
}

td.contentMainRightBar{
	background-image: url('../img/layout/right_mid.png');
	background-repeat: repeat-y;
	width:14px;
	height:14px;
}

td.contentBottomLeft{
	background-image: url('../img/layout/btm_left.png');
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

td.contentBottomCenter{
	background-image:url('../img/layout/btm_mid.png');
	background-repeat: repeat-x;
	height:14px;
}

td.contentBottomRight{
	background-image: url('../img/layout/btm_right.png');
	background-repeat: no-repeat;
	width:14px;
	height:14px;
}

/*	Main Content */
#contentMain{
	width:590px;
	padding: 0px 10px 10px 10px;
	float:left;
}

#contentMainRight{
	width:260px;
	padding:0px 10px;
	float:left;
}

/*	Right Data Wrapper */
.rightData{
	margin:30px 0px;
}

.rightData a{
	color:#9A6600;
}

.rightDataHeader{
	color:#3B322B;
	font-size:20px;
	font-style:italic;
	margin-bottom:5px;
	font-weight:bold;
}

.rightDataTitle{
	font-weight:bold;
}

.rightDataTextVerse{
	font-style:italic;
	font-size:11px;
}


/*	Brown Box Wrapper */
.brownBox{
	background-color:#332C24;
	color:#C5C09A;
	margin:1px 0px;
	padding: 4px 6px;
}

.brownBox .label{
	font-style:italic;
	font-size:18px;
}

/*	Footer */
#footer{
	background-image: url('../img/layout/footer.png');
	background-repeat: no-repeat;
	width:888px;
	height:77px;
	padding:20px;
	position:relative;
	font-size:13px;
}

#footer label{
	font-weight:bold;
	}

.footerText{
	border-right:1px dashed #332C24;
	float:left;
	margin-right:10px;
	padding-right:10px;
	}

.footerCopyright{
	position:absolute;
	bottom:10px;
	right:15px;
	font-style:italic;
}

.socialImgWrapper{
	position:absolute;
	bottom:40px;
	right:15px;
}

/*	Ad Wrapper	*/
.adWrapper{
	text-align:left;
	padding:10px;
}

.adWrapperTop{
	text-align:left;
	margin-top:10px;
	background:url("../img/layout/label_top_ad.gif") no-repeat scroll right center #332c25 ;
	padding:1px;
}