body {
	margin: 0;
	background: #c28d52 url(../images/indexbigBG09.jpg) repeat-x center top;
	padding: 20px;
	padding-top: 0px;
}

#banner-home {
	background: transparent url(../images/x.jpg) no-repeat left;

}
.banner {
	width: 1000px;
	height: 199px;
	margin-left: auto;
	margin-right: auto;

}
.sectionhome #navigation #linkhome a {/* automation for active tab */
		background: #c28d52 url(../images/x.jpg);
		color: #ffffff;
		}

.sectionhome #navigation #linkhome a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #c28d52;
}
#footer {
	background-color: transparent;
	border-top: none;
	clear:both;
	padding: 5px;
	color: #c49768;
	text-align: left;
	padding-left: 20px;
	margin-top: 0px;
	height: 100px;
	margin-right: -20px;
	margin-left: -20px;
}
#footer p {
	clear:both;
	color: #816548;
}