* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px none;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

body {
	background: url(../images/backtile.gif);
}

#banner {
	background: url(../images/banner_tile.jpg);
	height: 213px;
	text-align: center;
	border-bottom: 6px solid #070707;
	overflow: hidden;
}

#menu {
	height: 36px;
	margin: -6px 0px 0px;
}

#menu .wrapper {
	width: 960px;
	margin: 0px auto;
}

#menu .wrapper .left {
	float: left;
	width: 62px;
	height: 36px;
	background: url(../images/menu_left.gif);
	display: inline;
}

#menu .wrapper .container {
	float: left;
	width: 836px;
	height: 36px;
	background: #070707;
	display: inline;
}

#menu .wrapper .container .links {
	margin: 0px auto;
	width: 782px;
	height: 36px;
}

#menu .wrapper .container a {
	float: left;
	height: 36px;
  overflow: hidden;
  background: url(../images/menu.png) no-repeat;
}

#menu .wrapper .container a.menuhome {
	background-position: 0px 0px;
	width: 75px;
}

#menu .wrapper .container a.menuhome:hover, #menu .wrapper .container a.menuhome.active {
  background-position: 0px -36px;
}

#menu .wrapper .container a.menuabout {
	background-position: -75px 0px;
	width: 82px;
}

#menu .wrapper .container a.menuabout:hover, #menu .wrapper .container a.menuabout.active {
  background-position: -75px -36px;
}

#menu .wrapper .container a.menuartists {
	background-position: -157px 0px;
	width: 86px;
}

#menu .wrapper .container a.menuartists:hover, #menu .wrapper .container a.menuartists.active {
  background-position: -157px -36px;
}

#menu .wrapper .container a.menusponsors {
	background-position: -243px 0px;
	width: 107px;
}

#menu .wrapper .container a.menusponsors:hover, #menu .wrapper .container a.menusponsors.active {
  background-position: -243px -36px;
}

#menu .wrapper .container a.menumedia {
	background-position: -350px 0px;
	width: 75px;
}

#menu .wrapper .container a.menumedia:hover, #menu .wrapper .container a.menumedia.active {
  background-position: -350px -36px;
}

#menu .wrapper .container a.menutickets {
	background-position: -425px 0px;
	width: 88px;
}

#menu .wrapper .container a.menutickets:hover, #menu .wrapper .container a.menutickets.active {
  background-position: -425px -36px;
}

#menu .wrapper .container a.menulocation {
	background-position: -513px 0px;
	width: 170px;
}

#menu .wrapper .container a.menulocation:hover, #menu .wrapper .container a.menulocation.active {
  background-position: -513px -36px;
}

#menu .wrapper .container a.menucontact {
	background-position: -683px 0px;
	width: 99px;
}

#menu .wrapper .container a.menucontact:hover, #menu .wrapper .container a.menucontact.active {
  background-position: -683px -36px;
}

#menu .wrapper .right {
	float: left;
	width: 62px;
	height: 36px;
	background: url(../images/menu_right.gif);
	display: inline;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
}

#leftside {
	float: left;
	width: 590px;
}

#rightside {
	float: right;
	width: 287px;
	background: url(../images/right_back.gif) no-repeat top left;
}

#rightside .wrapper {
	padding: 85px 18px 0px 23px;
}

#rightside #newsletterdiv p {
	color: #A3A3A3;
	font-size: 11px;
	text-align: center;
	margin-bottom: 15px;
}

#rightside #newsletterdiv #newsletter {
	width: 241px;
	border: 2px solid #101F30;
	margin-bottom: 12px;
}

#rightside #newsletterdiv #nlsubmit {
	margin-right: 5px;
}

#rightside #leadingsponsors .top {
	height: 37px;
	background: url(../images/leadingsponsors_title.gif);
}

#rightside #leadingsponsors .content {
	background: url(../images/leadingsponsors_tile.gif);
}

#rightside #leadingsponsors .bottom {
	height: 50px;
	background: url(../images/leadingsponsors_bottom.gif);
}

#rightside #facebook {
	float: left;
	overflow: hidden;
	height: 108px;
}

#rightside .bottom {
	background: url(../images/right_bottom.gif);
	height: 52px;
}

#leftside .box {
	background: #F1F1F1 url(../images/big_box_back.gif) bottom no-repeat;
	padding: 20px;
	margin-bottom: 20px;
}

#leftside .box h3 {
	color: #E1393D;
	font-size: 16px;
	font-weight: bold;
}

#leftside .box h3 span {
	color: #964E03;
	font-size: 16px;
	font-weight: bold;
}

#leftside .box h4 {
	color: #FF5306;
	font-size: 16px;
	font-weight: bold;
}

#leftside .box h5 {
	color: #964E03;
	font-size: 14px;
	font-weight: bold;
}

#leftside .box a {
	color: #964E03;
}

#leftside .box a.more {
	float: right;
	color: #964E03;
	text-decoration: none;
}

#leftside .box p {
	margin-bottom: 10px;
	line-height: 18px;
}

#leftside .box2 {
	background: #C9C9C9;
	padding: 10px;
	margin-top: 5px;
}

#leftside .box2 a.more {
	color: #263D66;
}

#leftside .box div.title {
	background: url(../images/fix_title.gif);
	height: 37px;
	padding: 25px 0px 0px 172px;
}

#footertop {
	background: url(../images/footerback.png) no-repeat right;
	width: 287px;
	height: 96px;
	float: right;
}

#footer {
	background: #070707;
	height: 51px;
	padding: 10px 0px 6px 0px;
}

#footer .wrapper {
	width: 900px;
	height: 51px;
	margin: 0px auto;
	color: #FFC61C;
}

#footer .rightside {
	width: 220px;
	margin-right: 50px;
	float: right;
	line-height: 20px;
	text-align: right;
	margin-top: 12px;
	display: inline;
}

#footer .rightside a {
	font-size: 11px;
	color: #A2A1A1;
	text-decoration: none;
}

#footer .leftside {
	float: left;
	line-height: 50px;
	margin-left: 20px;
}

#footer .leftside a {
	float: left;
	margin-right: 20px;
	color: #FFC61C;
	text-decoration: none;
}
