body {
	background: url(../images/home/main_bkg.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
p{
	padding-left:12px;
	padding-right:12px;
	margin-top:0px;
	margin-bottom:12px;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

#wrapper{
	text-align:left;
	margin:0px;
	padding:0px;
	width:935px;
}
#header{
	height:259px;
	width:935px;
	position:absolute;
	left:0px;
	top:0px;
}
#left_col{
	position:absolute;
	left:0px;
	top:259px;
	width:178px;
	/*height:800px;*/
	background-color:#000000;
	
}
#right_col{
	background: url(../images/home/body_tile.jpg);
	background-repeat:repeat-y;
	position:absolute;
	left:178px;
	top:259px;
	width:757px;
	height:750px;
	background-color:#FFFFFF;
}
#login {	
	background: url(../images/home/temp_memberlogin2.jpg);
	background-repeat:no-repeat;
	float:right;	
	height:193px;
	width:169px;
	line-height:12px;
}
#login INPUT {
	background-color:#ACB8C0;
	color:#000000;
	font-size:8pt;
	line-height:10pt;
	font-family:verdana,arial,helvetica,sans-sarif;
	margin-left:75px;
	max-width:84px;
	
}
#nav {
	margin-top:15px;
	float:right;
	width:169px;
}
#left_bottom{
	margin-top:30px;
	float:right;
	width:169px;
	color:#FFFFFF;
}
#about{
	position:absolute;
	left:36px;
	top:0px;
	font-size:10pt;
	width:702px;
	height:300px;
	font-size:9pt;
}
#news{
	position:absolute;
	left:36px;
	top:300px;
	width:360px;
	height:170px;
	overflow:auto;	
}
#news a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#history{
	position:absolute;
	left:380px;
	top:300px;
	width:360px;
	height:170px;
	overflow:auto;	
}
#history a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
#fenroot{
	position:absolute;
	left:36px;
	top:470px;
	width:360px;
	height:265px;
	overflow:auto;
	
}
#screenshot{
	position:absolute;
	left:380px;
	top:470px;
	width:360px;
	height:265px;
	overflow:auto;	
}
#footer{
	position:absolute;
	left:0px;
	top:1009px;
	width:935px;
	color:#CCCCCC;
	font-size:7pt;	
}
.frenzybold {
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: bold;
	color: #A7795C;
	text-decoration: none;
}
.smallText{
	font-size:7pt;
}
.bigRedText{
	font-size:13pt;
	color:red;
	font-weight: bold;
}