

body {
	background-color: #006837;
	font-family: Verdana, Arial, Courier;
	}

#PageContainer {
	width: 1024px;
	height: 768px;
	background: #006837 url('../images/backdrops/bronco_backdrop_006837.gif') top left no-repeat;
	margin: 0 auto;
	position: relative;
	}	
	
#FlashContainer {
	clear:both;
	width: 924px;
	height: 270px;
	margin: auto;
	}
	
p.LowerCopy, p.LowerTerms {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	color: #006837;
	font-size: 12px;
	text-align: center;
	}	
	
.EventHeader {
	color: #006837;
	margin: 40px 0 0 50px;
	}	
		
#IntroList {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#IntroList li {
	width: 154px;
	height: 300px;
	float: left;
	padding: 0;
	margin: 0;
	}	
	
#IntroList li img {
	opacity: .75;
	filter: alpha(opacity=75); 
	}
	
#IntroList li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); 
	}
	
	
		
	
/* ------Primary Navigation-----------------------------------------*/

#nav {
	padding: 135px 0 12px 50px;
	text-align: left;
	margin: 0 0 20px 0;
	}
		
#nav li {
	font-size: medium;
	list-style: none;
	display: inline;
	margin: 0 20px;
	float: left;
	}	

#nav #clickEnlarge, #nav #navMessage {
	float: right;
	color: #EC008B;
	padding: 0 60px 0 0;
	margin: 0 20px;
	display: none;
	}	
	
#nav li:first-child {
	margin: 0 20px 0 0;
	}	
	
#nav li a {
	text-decoration: none;
	color: #91278F; /*Purple*/
	outline: none;
	}	
	
* html #nav li a {
	font-weight: bold;
}
	
* html #nav li {
	margin-top: 3px;
}
	
*:first-child+html #nav li {
	margin-top: 3px;
}
	
#nav li a:hover {
	color: #EC008B; /*Pink*/
	}
	
#MusicPlayer {
	position: absolute;
	bottom: 5px;
	right: 6px;
	}
	
* html #MusicPlayer {
	position: absolute;
	bottom: 94px;
	right: 37px;
}
	
*:first-child+html #MusicPlayer {
	position: absolute;
	bottom: 94px;
	right: 37px;
}	

	