/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body {
	
	background-color: #000000;
	background-image: url();
	color: #fff;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	
}


/***********************/
/* News bits
/***********************/

.news_table {
	background:#000000;
	border:1;
}

.news_table img {
	float:right;
}

.newsheader {
	font-size: 20px;
	color:#0000CC;
	
}

.newsinfo {
	color:#666;
	font-size: 10px;
}

.newsbody {
	font-size: 14px;
	color:#fff;
	
}

/***********************************************/
/* LRP Box bits                                */
/***********************************************/


#lrplist {
	width: 240px;
	color:#fff;
	margin-bottom:15px;
	margin-left:10px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#level0 {
position: absolute;
left: 10%;
width:800px;



margin-left: 0 auto;; // half of width

}



#navBar{
	float: left;
	width: 90px;
	margin: 0px;
	padding: 0px;
	position:inherited;
}

#stats{
  margin-top: 5px;
  float:left;
  
	

}

#content{
	
  	width: 450px;
	text-align:left;
	margin-left: 10px;
	float:left;
}

/***********************************************/
/* Components                                  */
/***********************************************/



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 800px;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}



