.everything {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.mainbody {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	clear: both;
	line-height: 19px;
	padding-right: 80px;
}

@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: small;
	font-variant: normal;
	font-weight: bold;
	background-color: #000000;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 0px;
}

.navigation ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.navigation ul li{
position: relative;
display: inline;
float: left;
background-color: #000033; /*overall menu background color*/

}

/*Top level list items*/
.navigation ul li.tickets {
position: relative;
display: inline;
float: left;
background-color:#990000; /*overall menu background color*/
}

.navigation ul li.active {
position: relative;
display: inline;
float: left;
background-color:#666666; /*overall menu background color*/
}

/*Top level menu link items style*/
.navigation ul li a{
display: block;
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
text-decoration: none;
color: white;
}

	

.navigation ul li a:hover{
background-color: #666666;
color: white;
}



/* Holly Hack for IE \*/
* html .navigation ul li { float: left; height: 1%;}
* html .navigation ul li a { height: 1%;}
* html .navigation ul li ul li { float: left;}
/* End */
.mainbody h1 {
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000;
}
.mainbody h2 {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.mainbody h3 {
	font-size: small;
	font-weight: bold;
}

.color1 {
	background-color: #99CCFF;
}

.color2 {
	background-color: #FFFFFF;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin-top: 20px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #666666;
}
