*{ padding:0; margin:0;	font-family:Georgia, "Times New Roman", Times, serif;}
body { margin: 0px;
	background:url(images/BodyBg.jpg);
	color:#522f20;
	
}

#PageWrapper {
	position:absolute;
	width:100%;
	height:100%;
	margin:0 auto;
}
	#ContentBg {
		position:relative;
		margin-top:166px;
		width:100%;
		text-align:center;
	}
		#Content {
			width:766px;
			text-align:justify;
			margin:0 auto;
			padding-bottom:20px;
		}
			#SideBar-Holder {
				float:left;
				width:141px;
				margin-left:24px;
			}
			#Main-Content-Holder {
				float:right;
				width:555px;
				margin-right:30px;
			}
			.Two_Tone_Large .ContentBody{
				padding:0px!important;
			}
			.Two_Tone_Large .ContentBody .ContentBody {
				padding:10px!important;
			}
	
	#Footer-Wrapper {
		position:relative;
		width:100%;
		background:url(images/footerBg.jpg);
		min-height:105px;
		text-align:center;
		border-top:2px #ceae66 solid;
	}
		#Footer-Holder {
			width:766px;
			color:#aba498;
			margin:0 auto;
			text-align:justify;
		}
		#Link-Holder {
			margin-top:20px;
			margin-left:181px;
		}
		#Footer-Separator {
			width:554px;
			height:1px;
			background:url(images/FooterLine.jpg) no-repeat;
			margin:6px 0px 6px 175px;
		}
		#DNN-Links-Holder {
			margin-left:181px;
			font-size:85%;
		}
		
	#Header-Wrapper {
		position:absolute;
		top:0px;
		width:100%;
		height:166px;
		background:url(images/LeftHeaderBg.jpg);
	}
		.leftColumn {
			background:url(images/LeftHeaderBg.jpg) repeat-x;
		}
		.centerColumn {
			width:766px;
			height:166px;
			background:url(images/RightHeaderBg.jpg) repeat-x;
		}
		#Header {
			width:100%;
			text-align:justify;
			background:url(images/HeaderBg.jpg) no-repeat;
			height:166px;
		}
			#Logo-Holder {
				height:121px;
			}
			#Quick-Link {
				float:left;
				width:181px;
				height:45px;
				background:url(images/LeftMenuBg.jpg) repeat-x;
				text-align:right;
			}
			#Menu-Holder {
				float:right;
				height:45px;
				width:585px;
			}
			
		.rightColumn {
			background:url(images/RightHeaderBg.jpg) repeat-x;
		}
/**************************************************************
						DNN Styles
**************************************************************/

.ContextLinks { color:#aba498!important; font-size:1em;}
A.DNNLinks { color:#FFF!important; text-decoration:none;}
A.DNNLinks:visited { color:#FFF!important; text-decoration:none;}
A.DNNLinks:hover { color:#FFF!important; text-decoration:underline;}