body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111;
	background: #fff url(images/bg_page.gif) repeat-x top;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 18px;
	line-height: 1.4;
}
h1 {
	margin: 0 0 18px;
}
h2 {
	margin: 0 0 10px;
}
h3 {
	margin: 0 0 14px;
}
h4 {
	margin: 0 0 14px;
}
img {
	border: 0;
}
a {
	color: #ed1b3e;
}
a:hover {
	text-decoration: none;
}

a.secondary {
	color: #111;
}
.alignright {
	float: right;
	margin: 0 0 6px 8px;
}
.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}/* Hide from IE Mac \*/
.clearfix {display:block;}

#wrapper {
	width: 100%;
	background: url('images/bg_wrapper.gif') no-repeat top center;
}
#header {
	height: 267px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#header p {
		font: bold 14px Georgia, "Times New Roman", Times, serif; 
		margin: 0;
		padding: 100px 0 10px 228px;
	}
	#header h1 {
		font: 48px Georgia, "Times New Roman", Times, serif; 
		margin: 0;
		padding: 0 0 0 228px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg_side-images.jpg) no-repeat right top;
}

#col1 {
	width: 200px;
	float: left;
	font-size: 14px;
	padding: 80px 0 30px;
}
	#col1 h4 {
		font: bold 18px Georgia, "Times New Roman", Times, serif;
		color: #5c9ad3;
		margin: 0 0 12px;
		padding: 10px 0 0 0;
	}

#col2 {
	width: 510px;
	float: left;
	padding: 20px 0 30px 30px;
}
	#col2 h2 {
		font: bold 14px Georgia, "Times New Roman", Times, serif;
	}
	#col2 p.cta {
		clear: both;
		text-align: center;
		padding: 15px 0;
	}
		#col2 p.cta a {
			text-transform: uppercase;
		}
		#col2 p.cta a.btn {
			display: block;
			background: #ed1c3e url(images/btn_get-tickets.gif) no-repeat top left;
			width: 308px;
			height: 56px;
			text-indent: -9999px;
			margin: 0 auto;
		}
		#col2 p.cta a.btn:hover {
			background-position: 0 -56px;
		}

#footer_wrapper {
	width: 100%;
	background-color: #e6e6e6;
	padding: 15px 0;
}
#footer {
	width: 960px;
	margin: 0 auto;
}
	#footer a {
		color: #111;
	}
	#footer .col1 {
		width: 600px;
		float: left;
	}
	#footer .col2 {
		width: 300px;
		float: right;
	}
		#footer .col2 a.groove {
			background: url(images/icon_groove-cart.gif) no-repeat left center;
			padding-left: 20px;
		}
		
#sponsors img {
padding-right: 5px;
}
