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



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

#txtContainer{
	width: 600px;
	height: 500px;
	padding-top: 20px;
	padding-left: 40px;
	font-size: 12px;
	line-height: 14px;
	/*position: relative;*/
}



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



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

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

#featureContainer img{
	padding-left: 32px;
	
}

#featureContainer p{
	margin-top: 12px;
	margin-bottom: 0px;
	
}

