/* 
 * ========================================
 * Mainframe table properties 
 * ========================================
*/

.maintable {
	width:1021px;
}
div.stats{
display:inline;
height:0px;
left:-1000px;
margin:0px;
padding:0px;
position:absolute;
top:-1000px;
width:0px
}
.maintop {
	background-image: url('../images/main/maintop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height:346px;
	text-align:center;
	vertical-align:top;
	padding-top:135px;
	padding-right:90px;
}

.mainframe {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/main/mainbottom.jpg');
	padding-left:20px;
	padding-right:20px;
	background-color:#8A0101;
	width:536px;
	padding-bottom:10px;
	vertical-align: top;
}

.mainframe_left {
	background-image: url('../images/main/main_left.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align:top;
	width:175px;
}

.mainframe_right {
	background-image: url('../images/main/main_right.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	vertical-align: top;
}
