@charset "UTF-8";
/* CSS Document */



#contentContainer{
	background: url(../images/ct_onelrg_bkg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	top: 355px;
	width: 678px;
	height: 309px;
	position: absolute;
	
}

#txtContainer{
	width: 600px;
	height: 300px;
	padding-top: 24px;
	padding-left: 34px;
	font-size: 12px;
	line-height: 13px;
	/*position: relative;*/
}

#txtContainer h1{
	font: 16px/16px Georgia, "Times New Roman";
	color: #622024;
	border-bottom: 1px solid #592400;
}


#txtContainer a, a:visited {
	color: #622024;
	font: 12px/15px;
    
}

#footer a:hover, a:active{
	color: #b45f1e;
	font: 12px/15px;
}


/*#logoContainer{
	background: url(../images/hm_organ_bkg.jpg) no-repeat;
    top: 147px;
	width: 678px;
	height: 167px;
	position: relative;
}*/

#featureContainer{
	background: url(../images/hm_feature_bkg.jpg) no-repeat;
	padding: 0px;
	top: 355px;
	margin-left: 678px;
	width: 242px;
	height: 309px;
	position: absolute;
	float: right;
	clear: left;
	padding-top: 12px;
	padding-left: 24px;
	color: #dbbc6b;
	font-size: 10px;
}



