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



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

#txtContainer{
	width: 600px;
	height: 147px;
	padding-top: 24px;
	padding-left: 34px;
	font-size: 13px;
	line-height: 16px;
	/*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;
    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;
	
}

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

#menuContainer{
	
	padding: 0px;
	top: 107px;
	margin-left: 678px;
	width: 242px;
	height: 309px;
	position: absolute;
	float: right;
	clear: left;
	
}

#galleryWrapper{
	padding: 0px;
	top: 0px;
	width: 920px;
	height: 107px;
	position: relative;
	
}

#galleryContent{
	padding: 0px;
	width: 920px;
	height: 309px;
	position: absolute;
}

#galNav {
	top: 10px;
	width: 800px;
	height: 22px;
	margin-left: 0px;
	position: absolute;
	background: #4d2108;
	overflow: hidden;
}



#galNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 800px;
	

}
   
#galNav li {
	float: left;
}

#galNav a {
	display: block;
	width: 88px;
	height: 22px;
	/*line-height: 1px;*/
	color: white;
	text-decoration: none;
	/*font-size: 6px;*/
	text-align: center;
	font: 100%/120%  Arial, Helvetica, sans-serif, mono;
	
	
	
}

#galNav a:link, a:visited {
	background: #4d2108;
	
}

#galNav a:hover {
	background: #fbb371;
	
}

#flashcontent {
	top: 40px;
	width: 800px;
	margin-left: 0px;
	position: absolute;
	
}

