html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
}
#wrapper {
	position: relative;
	width: 980px;
	margin-top: 0px;
	text-align: left;
	border: 1px solid black;
	height: 585px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 135px;
}
#maincol {
	margin-top: 135px;
}
.left {
	background : url(/images/structure/mma_minded_left.jpg);
	width: 185px; 
	height: 450px;
	text-align: left;
}
.left A {
	font-family: Arial Black, Arial;
	font-weight: bold;
	font-size: 14px;
}
.left A:link {
	color: #FFF;
}
.left A:visited {
	color: #FFF;
}
.left A:hover {
	color: #ADD8E6;
}
.body {
	width: 795px;
	background : url(/images/structure/mma_background.jpg) no-repeat;
	text-align: center;
}
.bodytext {
	position: relative;
	width: 775px;
	height: 440px;
	overflow: auto;
	text-align: left;
	font : 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	color : #FFF;
}

TD {
	font : 12px Arial, Helvetica, sans-serif;
	color : #FFF;
}

.bodytext H1 {
	color : #6495ED;
}

A:link {
	color : #87CEFA;
}
A:hover {
	color : #FFD700;
}
