.mainContentHolder {
	/*border: 1px solid green;*/
	background-color: White;
}

.mainContentHolderH {
	/*border: 1px solid green;*/
	background-color: #3C2B33;
}
.mainContentTop {
	/*background-image: none;*/
	height: 8px;
	width: 896px;
	font-size: 0;
	line-height: 0;
	/*border-top: solid 1px #F0F0F0;*/
	/*border-right: solid 1px #F0F0F0;*/
}

.mainContentTopL {
	background-image: url(../img/TL.gif);
	/*background-image: url(../img/yellowSQ.gif);*/
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 0; /* for IE<7 */
	line-height: 0; /* for IE<7 */
}

.mainContentTopBG {
	background-color: White;
	height: 8px;
	width: 888px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	float: right;
}

/*.mainContentTopR {
	background-image: url(../img/greenSQ.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	width: 8px;
	height: 8px;
}*/

.mainContentMiddle {
	background-image: url(../img/Left.gif);
	background-repeat: repeat-y;
	width:888px;
	height:602px;
}

.mainContentMiddleContent {
	background-color: White;
	margin-left: 8px;
	height: 602px;
	/*border: 1px solid white;*/
}

.mainContentMiddleContentH {
	background-color: #3C2B33;
	margin-left: 8px;
	height: 602px;
	/*border: 1px solid white;*/
}

.mainContentBottom {
	background-image: url(../img/Bottom.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0;
	height: 8px;
	width: 896px;
	font-size: 0;
	line-height: 0;
}

.mainContentBottomL {
	background-image: url(../img/BL.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	float: left;
	font-size: 0;
	line-height: 0;
}

.mainContentBottomR {
	background-image: url(../img/BR.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	float: right;
	font-size: 0;
	line-height: 0;
}
