body {
	background-color: #f6edce;
	background-image: url(/keowee/sitebase/wrap/theme1/images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}

#containerHeroHome {
	width: 992px;
	height: 417px;
	position: relative;
	z-index: 20;
	margin: -3px auto 0;
	background-image: url(/keowee/sitebase/wrap/theme1/images/bg_home_hero.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#containerBodyHome {
	width: 945px;
	height: auto;
	margin: -5px auto 0;
	position: relative;
	z-index: 10;
	}
	
#containerBodyHome td {
	background-color: #faf6e2;
}	
	
	
	/* BEGIN HOME NAV */
	.txtHomeNav ul {
		margin: 8px 4px 8px 4px;
		padding: 0;
		list-style-type: none;
	}
	.txtHomeNav ul a {
		display: block;
		font-size: 13px;
		font-style: italic;
		text-align: center;
		line-height: 21px;
	}
	.txtHomeNav ul a:link {
		color: #55452a;
		text-decoration: none;
	}
	.txtHomeNav ul a:visited {
		color: #55452a;
		text-decoration: none;
	}
	.txtHomeNav ul a:hover {
		color: #170900;
		text-decoration: underline;
	}
	.txtHomeNav ul a:active {
		color: #170900;
		text-decoration: underline;
	}	
	

