#topBarWrapper {
	background-color: #F1BC12;
	height: 40px;
	width: 800px;
	background-image: url(../_img/topBarBg.jpg);
	background-repeat: no-repeat;
}
#topSubBarWrapper {
	background-color: #4F5123;
	height: 19px;
	width: 800px;
	background-image: url(../_img/topSubBarBg.jpg);
	background-repeat: no-repeat;
}
#contentWrapper {
	background-color: #B3B7A3;
	height: 441px;
	width: 800px;
	background-image: url(../_img/contentBg.water.jpg);
	background-repeat: no-repeat;
}
#footerWrapper {
	background-color: #C87117;
	height: 126px;
	width: 800px;
	background-image: url(../_img/footerBg.service.jpg);
	background-repeat: no-repeat;
}
