/*
	RESET AND BASICS
*/

*									{ margin: 0; padding: 0; }
body {



	background-color: #000;

	background-repeat: no-repeat;
	background-position: top center; 
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;


	}


a, a:visited						{ text-decoration: none; outline: none; color: #f4a700; }
a:hover								{ color: #FFF; }
a img								{ border: none; }
img									{ vertical-align: middle; }
.clear								{ clear: both; }
fieldset							{ border: none; }

.alignCenter						{ text-align: center; }
.floatLeft							{ float: left; }
.floatRight							{ float: right; }



/*
	GENERAL TYPOGRAPHY
*/
h2, h3, h5					{ font-family: georgia, verdana, arial, sans-serif;font-weight: normal; margin: 5px 0px 15px 0px }
h2									{ font-size: 32px; line-height: 34px; }
h2 a, h2 a:visited					{ color: #2e2e2e; }
h2 a:hover							{ color: #fe4902; border-bottom: 1px dotted #2e2e2e; }
h3									{ font-size: 18px; }
h4									{ font-size: 16px; }
h4 a, h4 a:visited					{ color: #2e2e2e; }
h4 a:hover							{ color: #fe4902; border-bottom: 1px dotted #2e2e2e; }

p, dd							{ 
									  margin: 0 0 15px 0; }
									  


td, th                              { font: 13px/18px "Lucida Grande", Arial, Helvetica, Sans-Serif;
                                       }

blockquote							{ border-left: 10px solid #ccc; padding: 0 0 0 10px; }
blockquote, blockquote p            { font: italic 13px/18px "Lucida Sans", "Lucida Grande", Arial, Helvetica, Sans-Serif; }	


						  


#header {

width: 872px;
height: 98px; 

overflow: hidden;
margin: 15px auto 10px auto;
display:block;

}


#enter {

width: 262px;
height: 28px; 

overflow: hidden;
margin: 10px auto 10px auto;
display:block;

}


#black {

width: 872px;

background-color: #000; 

overflow: hidden;
margin: 10px auto 10px auto;
display:block;
border: 1px solid #FFF;

}


#events {

width: 850px;



overflow: hidden;
margin: 10px auto 0px auto;
display:block;


}


a.box, a.box:visited						{ text-decoration: none; outline: none; color: #000; }
a.box:hover								{ color: #CCC; }
