#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: 315px;
	width: 800px;
	background-image: url(../_img/contentBg.jpg);
	background-repeat: no-repeat;
}
#footerWrapper {
	background-color: #C87117;
	height: 126px;
	width: 800px;
	background-image: url(../_img/footerBg.jpg);
	background-repeat: no-repeat;
}#leftContentArea {
	margin-left: 25px;
	margin-top: 106px;
}
#leftContentClients {
	margin-left: 20px;
	margin-top: 36px;
}
#leftContentContact {
	margin-left: 20px;
	margin-top: 30px;
}
