@charset "utf-8";

/* CSS Document */



body, html {

	padding: 0px;

	margin: 0px;

	color: #FFFFFF;

	cursor: default;

	background-color: #000000;
	
	font-family:Arial, Helvetica, sans-serif;

}



h2{

	font: italic 22px 'Times new roman', serif;

	text-align: center;

}



h3{

	font: italic 20px 'Times new roman', serif;

	text-align: center;

}



a{

	color: #AAAAAA;

}



.wrapper{

	margin-top:20px;

}



.bannerHolder{

	text-align:center;

	margin-bottom:20px;

	border-bottom: 1px solid #000000;
}



.main{

	width:915px; 

	height:500px; 

	margin:0px auto;

}



.leftPane{

	width:450px;

	height:500px;

	position:relative;

	top:0px;

	left:0px;

	float:left;

	margin-left:auto;

	margin-right: auto;

	z-index:1;

}



.left{
	width:440px;
	float:left;

}





.menuHolder{
	border-top: 1px solid #555555;
}



.menuItemHolder{

	width:80px;

	float:left;

	text-align:center;

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-weight:bold;

}



.btnHolder{

	width:80px;

	height:5px;

	overflow:hidden;

	margin: 0 auto;

}



a.menuItem{

	text-decoration:none;

	color:#BBBBBB;

}



a.menuItem:hover {

	color:#FFFFFF;

}



a.currentMenuItem{

	text-decoration:none;

	color:#999999;	

}



a.currentMenuItem:hover{

	color:#FFFFFF;

}






.right{
	width:440px;
	margin-right: 15px;
	float:right;
}

.top{
}

.bottom{
	clear:both;
	border-top:5px solid #000000;
}

.footerHolder{

	border-top: 1px solid #555555;

	font-size:0.7em; 

	text-align:center;
}

.adminLink{
	color:#000000;
}

.adminLink:hover{
	color:#333333;
}


