@charset "UTF-8";
body {
	background-color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
p {
	margin-top: 0px;
}
a {
	color: #ED3142;
}
#container {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
}
#header {
	margin: 20px 0px;
	padding-right: 5px;
}
#header #highlight {
	float: right;
	height: 130px;
}
#nav {
	/*float:right;*/
}
#nav ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	background-color: #e92a40;
	padding: 6px 15px;
	margin: 0px;
	border: 1px solid #FF9900;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul li a {
	text-decoration: none;
	color: #fec554;
}
#nav ul li.tickets {
	list-style-type: none;
	display: inline;
	background-color: #fec554;
	padding: 6px 15px;
	margin: 0px;
	border: 1px solid #e92a40;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul li.tickets a {
	text-decoration: none;
	color: #e92a40;
}
#marquee {
	margin-top:-10px;
}
#marquee p {
	padding: 10px;
	margin-bottom: 0px;
}
#content {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
}
#content h1 {
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	color: #ED3142;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
#content h2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0px;
}
#content #callout {
	float: right;
	margin-bottom: 4px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 16px;
}
#content #callout p {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content ul.inset {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFECCC;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}
#content ul.inset li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	color: #FFF;
	padding: 10px;
	background-color: #333;
	font-size: 11px;
	line-height: 16px;
	clear: both;
}#footer a {
	color: #FFF;
}
.initialcap {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content {
	padding-bottom: 5px;
}
#content div.item {
	display: block;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	min-height:130px;  
	height:auto !important;  
	height:130px; 
}
#content.home div.left, #content.home div.right {
	min-height:620px;
	height:auto !important;
	height:620px;
}
#content.home div.left {
	width: 200px;
	float: left;
	background-color: #FFECCC;
	padding: 10px;
	margin: -5px 5px 0px -10px;
}
#content.home div.center {
	width: 440px;
	float: left;
	padding: 10px;
	margin-top: -5px;
}
#content.home div.center h1 {
	font-size: 18px;
	line-height: 28px;
	margin-top: 0px;
}
#content.home div.right {
	width: 200px;
	margin: -5px 0px 0px 680px;
	background-color: #FFECCC;
	padding: 10px;
	font-size: 12px;
	line-height: 17px;
}
#content.home div.right ul li{
	list-style-position: outside;
	margin-bottom: 12px;
	list-style-type: square;
}
.contact td {
	padding: 0px 5px 5px 0px;
	font-size: 12px;
}
#content table.contact h2 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #ED3142;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
.quote {
	font-style: italic;
	font-size: 22px;
	line-height: 40px;
	color: #454545;
}
#sponsors {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
	padding-top: 10px;
	padding-bottom: 10px;
}

