body {
	margin: 0px;
	background-color: #000000;
}
.pageHolder 
{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 663px;
	margin-top: -310px; /* half of the height */
	margin-left: -490px; /* half of the width */
	border: 1px solid #000;
	background-color: #FFFFCC;
	padding: 0px;
}


.coreContent 
{
	display: block;
	width: 982px;
	top: 50px;
	padding: 0px;
}

.coreContent, .coreLeft, .coreMain, .coreRight
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 663px;
}

.coreLeft 
{
	width: 138px;
	background-image: url(../images/LeftBack.png);
	float: left;
	padding: 0px;
}

.coreMain 
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #220000;
	line-height: 12pt;
	width: 363px;
	float: left;
	background-image: url(../images/MainBack.png);
}

.coreRight 
{
	width: 456px;
	background-image: url(../images/RightBack.png);
	float: left;
	padding: 0px;
}

a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
