html, body {
	background-color: #131419;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.mainContainer {
	background-image: url(../images/bkgMain.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 970px;
	min-height: 550px;
	clear: both;
	overflow: auto;
}

div.pageContainer {
	background-image: url(../images/bkgHeaderIndex.jpg);
	background-repeat: no-repeat;
	background-color: #131419;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 924px;
	min-height: 600px;
	clear: both;
	overflow: auto;
}

div.pageHeader {
	background-image: url(../images/bkgHeader.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 924px;
	height: 108px;
	clear: both;
	overflow: auto;
}

div.headerTop {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 630px;
	height: 30px;
	float: right;
	clear: both;
}

div.topItem {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}

div.headerBottom {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 630px;
	height: 40px;
	float: right;
	clear: both;
}

div.contentLeft {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
	width: 615px;
	min-height: 150px;
	float: left;
	display: inline;
}

div.centerImage {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 615px;
	float: left;
	clear: both;
}

div.centerCopy {
	background: #1f2025 url(../images/bkgContent.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px 0px 20px 0px;
	width: 615px;
	float: left;
	clear: both;
}

div.contentRight {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 240px;
	min-height: 150px;
	float: right;
	display: inline;
}

div.rightItem {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width: 240px;
	float: left;
	clear: both;
}

div.mainFooter {
	background-image: url(../images/bkgFooter.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 970px;
	height: 90px;
	clear: both;
}

div.footerCopy {
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
}