/*DMA MAIN STYLE*/

body {
	font: normal 10px Verdana, Arial, sans-serif;
	color: #fff;
	color: #fff;
	line-height: 16px;
	background: #000;
	}


#container {
	margin: 0 auto;
	width: 985px;
	}
	
/**************************************************************
#HEADER
***************************************************************/
#header {
	border: 0px solid #ff0000;
	background-color: #000;
	height:108px;
	}
/* we'll most likely need an internal block to use as a flash replaced box */

#main_area {
	width:861px;
	height:493px;

	position: relative;
	top: 30px;
	margin: 0 auto;
	
}


#forum {
	width: 259px;
	height: 109px;
	float: right;
	position: relative;
	right: 30px;
	}



#footer {
	width:985px;
	position:relative;
	top:35px;
	left: 80px;
}


