/* CSS Document 
Red #A31413
Gray #857777
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	line-height: 14px;		
}

a{color:#FFFFFF;}
h1{color:#A31413; font-size:12px; font-weight:bold;}
h2{text-align:center; font-size:12px; font-weight:bold; padding:10px 0 5px 0;}

.daHand{cursor:pointer;cursor:hand;}

#clearit{clear:both;}

#wrapper{
	margin: 20px auto;
	width:800px;
	border: 1px solid #857777;
	height:980px;
}
#contact_wrapper{
	margin: 20px auto;
	width:280px;
	border: 1px solid #857777;
	padding:20px 0;}

#head{position:relative;z-index:100; text-align:left;}
#schedule{
	position:absolute;
	top:12px;
	left:60px;
	width:216px;
	z-index:150;
}

#navigation{
	position:absolute;
	top:43px; 
	left:600px; 
	width:200px; 
	z-index:150; 
	text-transform:uppercase; 
	color:#857777;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	}
#navigation a{color:#857777; text-decoration:none; font-size:11px;}

#daBody{position:relative; text-align:left;}
#events{position:absolute; top:0; left:0; width:200px;}
	#events p{text-align:left; margin: 0 10px;}

#foot{
	position:relative;
	left: 0px;
	top: 540px;
}
