body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
fieldset, img {
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym {
	border: 0;
	}
/*****END RESET******/
body{
	/*
	background: url('../img/blue_stripe.png');
	background: url("../img/background3.png") no-repeat 50% 110px;
	*/
	background: url("../img/background4.png") no-repeat 50% 0px;
}
a{
	color: #005292;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Header{
	/*
	background: #FFFFFF;
	border-color: #646464;
	border-width: 2px 2px 0 2px;
	border-style: solid;
	*/
	width: 1100px;
	margin: 0 auto;
	height: 200px;
}
	#Header h1{
		font-size: 28px;
		font-family: Impact, Charcoal, sans-serif;
		color: #7DDBFD;
		font-size: 75px;
    	left: 275px;
    	position: relative;
    	top: 140px;
	}
	#Logo{
		width: 600px;
		margin: 80px 0 0;
	}
	#SocialIcons{
		position: absolute;
		right: -80px;
		top: 10px;
	}
		#SocialIcons a{
			margin: 0 0 0 20px;
		}
#Body{
	/*
	background: #E3EEEE;
	background: #FFFFFF;
	border-color: #646464;
	border-width: 0 2px 0 2px;
	border-style: solid;

	color: #FFFFFF;
	*/
	width: 1100px;
	margin: 100px auto 0;
	color: #7DDBFD;
}
#LeftColumn{
	/*
	background: #DADADA;
	background: #FFFFFF;
	*/
	float: left;
	padding: 0 10px;
	width: 250px;
	color: #444;
}
	#LeftColumn img{
		border: 1px solid #7DDBFD;
	}
	#MainMenu{
		margin: 0 0 20px;
	}
		#MainMenu li{
		}
			#MainMenu li a{
				text-decoration: none;
				font-size: 28px;
				font-family: Impact, Charcoal, sans-serif;
				/*
				font-weight: bold;
				*/
				color: #7DDBFD;
			}
			#MainMenu li a:hover {
				/*
				color: #F17316;
				*/
				color: #005292;
			}
#Content{
	float: left;
	width: 830px;
	background: #FFFFFF;
	border: 1px solid #7DDBFD;
    padding: 10px;
    width: 720px;
	color: #444;
	position: relative;
}
	h2{
		font-size: 28px;
		font-family: Impact, Charcoal, sans-serif;
		color: #333;
		/*
		margin: -5px 0 0 80px;
		*/
	}
	h3{
		margin: 15px 0 0;
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}
	h4{
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}
	#Home img{
		float: left;
		margin: 0 5px 5px 0;
	}
	#Schedule p{
		margin: 10px 0;
	}
	#Schedule p span{
		display: inline-block;
		width: 130px;
		font-weight: bold;
	}
	#Schedule ul{
		margin: 0 0 0 160px;
		list-style: circle inside;
	}
	#Entertainment img{
		float: left;
		margin: 0 10px 0 0;
	}
	#Vendors img{
		margin: 8px 8px;
		border: 1px solid #444;
		width: 98px;
		height: 78px;
	}

#RiderList li{
	width: 240px;
	float: left;
}

#Footer{
	/*
	background: #4999B9;
	background: #F17316;
	border-color: #646464;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	*/
	width: 1100px;
	height: 200px;
	margin: 0 auto;
}



.FAQuestion{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}















