/* CSS Document */

html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color:#666666;
	background-image:url(images/bg_grass.jpg);

}

h1 {
	font-size:24px;
	color:#37A3BD;
}

h2 {
	font-size:18px;
	color: #37A3BD;
}

.tickets {
	font-size:14px;
	background-color:#ECE2FE;
	font-weight:bold;
}


.smallprint {
	font-size:9px;
	
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}


#fixadent {
	width:900px; 
	margin:0 auto;

	
}

#container {
	float:left;
	width:900px;
	background-color:#FFFFFF;

	
}

#tickets {
	float:right;
	width:895px;
	height:20px;
	padding:0 5px 0 0;
	text-align:right;


}

#masthead {
	width:900px;
	height:390px;

}

#left {
	float:left;
	width:660px;
	margin-top:10px;
	padding: 0 0 200px 0;
	
	
}

#leftcol {
	float:left;
	width:200px;
	
}

#leftimgholder {
	float:left;
	width:190px;
	
}

#yplink {
	float:left;
	width:190px;
	text-align:center;
	
}

#nav {
	float:left;
	width:180px;
	padding-left:10px;
	font-weight:500;
	font-size:14px;
	
	
}


#nav li a {
	height: 20px;
  	height: 24px;
	text-decoration: none;
	
	}	
	
#nav li a:link, #nav li a:visited {
	color: #37A3BD;
	display: block;
	background: url(images/nav_bg.gif);
	padding: 8px 0 0 10px;
	
	}
	
#nav li a:hover {
	color:#330099 ;
	background:  url(images/nav_bg.gif) 0 -32px;
	padding: 8px 0 0 10px;
}

#maincol {
	float:right;
	width:450px;
	padding: 0 0 50px 5px;
	border-left:1px solid #F0F3FF;

}

#attractionholder {
	float:left;
	width:430px;
	border:1px solid #F0F3FF;

}

#attimg {
	float:left;
	width:100px;
	height:100px;
	border:1px solid #000;
	margin:5px;

}

#attcopy {
	float:right;
	width:300px;
	background-color:#99FF00;
	margin:5px;
	
}

#right {
	width:195px;
	float:right;
	margin:10px 0 0 0;
	padding: 0px;

}

#sponserholder {
	width:190px;
	float:left;
	
}

#footer {
	width:900px;
	background-color:#0099CC;
	border-bottom:10px solid #000;
	
}
