BODY {
	background: url('images/huge_bg1.jpg') center top no-repeat black;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

#container {		
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#frame_header {
	background: url('images/center_bg_top.jpg');
	height: 272px;	
}

#frame_main {
	background: url('images/center_bg.jpg');
	height: 485px; padding: 0px;
}

#frame_foot {
	background: url('images/center_bg_foot.jpg');
	height: 57px;
}

#legal {
	width: 960px;
	font-size: 7pt;
	text-align: center;
	padding-top: 15px;
	color: #455;
}

/*************************/
/*     HEADER FRAME      */
/*************************/
#adminlink {
	float: right;
	position: relative; left: -20px; top: 10px;
	font-weight: 800;
}

#barmenu { position: relative; top: 208px; }
#barmenu a { height: 30px; display: block; float: left; position: relative; }
#btn_home 	{ width: 80px; left: 320px; }
#btn_forums	{ width: 90px; left: 354px; }
#btn_join 	{ width: 80px; left: 392; }
#recruit_closed {
	position: relative; left: 600px; top: 5px;
	background: url('images/closed.gif') transparent;
	width: 37px; height: 15px;
	display: block;
	margin: 0 0 -15px 0;
}

/************************/
/*  Base Page Styles    */
/************************/
.main_font {
	font-family: Helvetica;
	font-weight: 400;
	font-size: .7em;
	color: #FFC;
}

a 	{ color: #6A3; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }

.title 	{ font-weight: 800; }

.large	{ font-size: 12pt; font-weight: 800; display: block; }