@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0}

sup {font-size:80%; line-height:1}

body {
	font-size: 12px;
	line-height: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*display:table;*/
	background:#fff url(images/bg.jpg) center top no-repeat;
}
.center {text-align:center}

/*#container {
	min-height:1000px;
	height:auto!important;
	height:1000px;
	display: block;
}*/
#content {
	width: 600px;
	display: block;
	margin:0 auto 10px;
	padding-bottom: 50px;
	min-height:1000px;
	height:auto!important;
	height:1000px;
	position:relative;
	}
	#content h1 {
		font-size: 24px;
		font-weight: normal;
		color:#BD1432;
		margin:0 0 10px 0;
		text-align:center;
	}
	#content h2 {
		font-size: 14px;
		padding-bottom: 0px;
		line-height: 18px;
		margin: 0 0 10px 0;
		font-weight:normal;
		color:#000;
		text-align:center;
	}
	#content h3 {
		font-size: 18px;
		padding-bottom: 0px;
		line-height: 18px;
		margin: 0 0 10px 0;
		font-weight:normal;
		color:#BD1432;
		text-align:center;
		font-style:italic;
		}
	#content p {
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 15px;
		color:#505050;
	}
	#content a { color: #AF272D; }
	
	#content li {
		font-size: 14px;
		line-height: 1.7em;
		margin-bottom: 4px;
		color:#505050;
	}
	
.callout {
	color: #000000;
	padding: 10px;
	text-align: center;
}
.callout-bold {
	font-size: 16px;
	color: #AF272D;
	font-weight: bold;
}

div.headline {
	background: #AF272D;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#title {
	display:block;
	width:540px;
	margin:0 auto 0px;
	padding-top:245px;
	}
	
#images {
	display:block;
	width:522px;
	margin:0 auto 40px;
	padding-top:20px;
	}
	
.what {
	display:block;
	margin:0 auto;
	}
	
p.smallcopy {
	font-size:12px!important;
	line-height:1.5em;
	}
	
.divider {
	margin:40px 0;
	height:1px;
	border-top:1px solid #BD1432;
	}

#tickets {
	display:block;
	height:232px;
	width:200px;
	position:absolute;
	top:111px;
	left:-198px;
	}