#mainWrapper {
	margin: auto;
	width: 864px;
}
body {
	background-color: #FFF;
	background-image: url(../_img/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
#topBanner {
	background-image: url(../_img/topBanner.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 245px;
	padding-left: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#topBanner a {
	color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#topBanner a:hover {
	color: #F65A27;
}
#contentWrapper {
	background-color: #FFF;
	background-image: url(../_img/rightBg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#contentLeft {
	float: left;
	width: 438px;
	background-color: #FFF;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
}
#contentRight {
	float: left;
	width: 390px;
	background-color: #FFF;
	background-image: url(../_img/rightBg.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
}
#contentRight a {
	color: #FFF;
}
#contentRight a:hover {
	color: #F65A27;
}
#contentRight td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E963;
	color: #FFF;
}

#footer {
	background-image: url(../_img/footer.gif);
	background-repeat: no-repeat;
	height: 74px;
	clear: left;
}
#shadowBottom {
	background-color: #FFF;
	background-image: url(../_img/shadowBottom.gif);
	background-repeat: no-repeat;
	height: 28px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B3B20F;
}

