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



#contentContainer{
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 678px;
	height: 309px;
	position: absolute;	
}
#sbsOne{
	background: url(../images/ct_sbs_01_bkg.jpg) no-repeat;
	top: 355px;
	width: 339px;
	height: 309px;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	
	
	
}

#sbsOneTxt {
	width: 260px;
	padding-top: 10px;
	padding-left: 40px;

}

#sbsOne h1{
	font: 16px Georgia, "Times New Roman";
	color: #622024;
}

#sbsOne h2{
	font-size: 12px;
	color: #dbbc6b;
	margin-bottom: 0px;
}

#sbsTwo{
	background: url(../images/ct_sbs_02_bkg.jpg) no-repeat;
	top: 355px;
	margin-left: 339px;
	width: 339px;
	height: 309px;
	position: absolute;
	float: right;
	font-size: 12px;
	line-height: 12px;
}


#sbsTwoTxt {
	width: 260px;
	padding-top: 10px;
	padding-left: 40px;

}

#sbsTwo h1{
	font: 16px Georgia, "Times New Roman";
	color: #622024;
}

#sbsTwo h2{
	font-size: 12px;
	color: #dbbc6b;
	margin-bottom: 0px;
}

#txtContainer{
	width: 580px;
	left: 20px;
	padding: 30px;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
}

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





#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;
}

#featureContainer p{
	color: #dbbc6b;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 40px;
	font-variant: small-caps;
}


