@charset "utf-8";

html {
						overflow: -moz-scrollbars-vertical;
     }

body { 
	background:	 		url(../images/designElements/bg.png) repeat-x;
	margin:				0px;
	padding:			0px;
	text-align:			center;
	font-family:		"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:			12px;
	color:				#FFF;
}
a {
	color:				#0066FF;
	}
	
img {	
	border:				none;
	}

#container{
	margin: 			0px auto;
	min-width:			900px;
	width: 				900px;
	text-align: 		left;
}
#content{
	position:			absolute;
	top:				200px;
}
#greyArea { 
	height:				45px;
	background-color:	#17120e;
	text-align:			center;
	padding-top:		15px;
	min-width:			900px;
	width: 				900px;
	text-align:			center;
	font-size:			22px;
}
#panes {
	margin:20px;
	padding:0px;
}
#panes td{
	padding-left:		10px;
	padding-right:		10px;
}
#panes h1{ font-size:	22px; }
#panes p{ color:		#cecece; }
