body {
	color: #000000;
	background-color: #e0e0e0;
	background-image: url('../images/tile.jpg');
	background-position: top center;
	background-repeat: repeat;
	font: 12px Arial, Helvetica, sans-serif;
	min-height: 100%;
}
	
div.divHeader {
	background-image: url('../images/divHeader.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 122px;
	width: 502px;
	position: relative;
	left: 50%;
	margin-left: -356px;
	z-index: 5;
}
	
div.divFooter {
	background-image: url('../images/divFooter.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 296px;
	width: 814px;
	position: relative;
	left: 50%;
	margin-left: -499px;
	margin-bottom: -110px;
	z-index: -5;
}
	
div.divBody {
	background-image: url('../images/divBody.png');
	background-position: top center;
	background-repeat: repeat-y;
	width: 502px;
	position: relative;
	left: 50%;
	margin-left: -356px;
	padding: 0px;
	z-index: 5;
}

div.rightColumn {
	position: absolute;
	left: 50%;
	margin-left: 165px;
	top: 220px;
}

div.pageText {
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-weight: bold;
	padding: 0px 45px 0px 35px;
	color: #000000;
}