/* Kyla Cech CSS Document */


* { 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}


body {
	background-color: #000;
	background-image: url(../images/background_fill.jpg);
	background-repeat: repeat-x;
	behavior: url("scripts/csshover3.htc")
	}

#wrapper {
	width: 100%;	
	height: 624px;
	}

#stage {
	width: 746px;	
	height: 624px;
	margin: 40px auto;	
	background-image: url(../images/home_stage2.jpg);
	background-repeat: no-repeat
	}

#content {
	 margin: 0px 30px 0px 0px;
	 padding:0;
	 width:300px;
	 display:inline;
	 float:right;
	 }
	 
#footer {
	margin: 0px 0px 0px 150px;
	padding: 0px 0px 20px 0px;
	color:#fff;
	font-size:11px;
	text-align:left;
	display:inline;
	float:left
	}
	
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	margin: 0px 0px 10px 0px
	}

.text {
	width:400px;
	float:left;
	display:inline;
	padding: 40px 15px 9px 40px
	}
	
/* TOP Navigation Styles */

.topnav {
	 font-size:11px;
	 color:#000;
	 font-weight: normal;
	 text-decoration:none;
	 }
	 
.topnav a{
	 font-size:11px;
	 color:#B51019;
	 font-weight:bold;
	 text-decoration:none;
	 }
	 
.topnav a:hover{
	 font-size:11px;
	 font-weight:bold;
	 color:#011E4B;
	 }
	 


/* Navigation Styles */

ul,li,a.nav,a.rosternav {
		display:block;
		padding: 25px 0px 0px 0px;
	}

ul {
	float:left;
	list-style:none;
	width: 128px;
}

ul li {
	background-color:#011E4B;
	text-align:center;
	padding:0px;
	margin: 0px 0px 1px 0px;
}


ul li a.nav {
	padding:10px;
	text-decoration:none;
	background-color:#011E4B;
	font-weight:bold;
	font-size: 8pt;
	color: #fff;
	width:100%; /* IE */
}

ul li a.nav:hover {
	background-color:#000000;
}







ul li a.rosternav {
	padding:10px;
	text-decoration:none;
	background-color:#7B0000;
	font-weight:bold;
	font-size: 8pt;
	color: #fff;
	width:100%; /* IE */
}

ul li a.rosternav:hover {
	background-color:#000000;
}





/* hovers with specificity */


li:hover ul, li:hover li:hover ul {
	display:block;
}		

/* Intro Text */

td.intro {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #B51019;
	padding: 0px;
	margin: 0px;
	 }
	 
/* Intro Text */

.events {
	padding: 130px 0px 0px 0px;
	margin: 0px;
	 }
.events a {
	text-align: center;
	text-decoration:none;
	font-weight:bold;
	font-size: 100%;
	color: #fff;
	width:100%; /* IE */
}

.events a.hover {
	color: #FBCF54;
	text-decoration: underline;

}
