/* CSS Document for 02/10 Reload */

body {
	background-color: #664500;
	font-family: calibri;
}

a {
	color: #990000;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #97080c;
	text-decoration: underline;
}

/* ***************** */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* header section */

#header {
	float: left;
	width: 100%;
	height: 431px;
	background-image: url(images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -9px;
}

#navi_1 {
	float: left;
	margin: 355px 0px 0px 72px;
	cursor: pointer;
}
#navi_2 {
	float: left;
	margin: 371px 0px 0px 60px;
}

	#navi_1 a,#navi_2 a {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 22px;
	}
	#navi_1 a:link,#navi_2 a:link {
		color: #FFFFFF;
	}
	#navi_1 a:visited,#navi_2 a:visited {
		color: #FFFFFF;
	}
	#navi_1 a:hover,#navi_2 a:hover {
		color: #FFFFFF;
	}
	
	#tickets_menu {
		position: relative;
		top: 5px;
		left: 345px;
		width: 160px;
		text-align: center;
		padding: 3px;
		background-color: #FFFFFF;
		border: 1px solid #000000;
	}
		#tickets_menu a,#tickets_menu a:link,#tickets_menu a:visited,#tickets_menu a:hover {
			font-size: 16px;
			color: #000000;
			text-decoration: none;
		}



/* body section */

#content {
	float: left;
	clear: left;
	background-color: #FFFFFF;
	width: 720px;
	background-image: url(images/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 20px 220px 0px 20px;
	font-size: 20px;
}

	#content h1 {
		font-size: 28px;
		font-weight:bold;
		color:#990000;
		border-bottom: 0px solid #664500;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		width: 920px;
		text-align: center;
	}

#front_box {
	font-size: 34px;
	font-family: Calibri;
	font-weight: normal;
	width: 920px;
	text-align: center;
}

.sponsor {
	float: left;
	width: 310px;
	border: 1px solid #664500;
	padding:10px;
	margin: 12px;
}
	.sponsor h2 {
		float: left;
		border-bottom: 1px solid #664500;
		margin-bottom: 3px;
		margin-top: 0px;
		padding-bottom: 3px;
		font-size: 18px;
	}
	.sponsor img {
		float: left;
		margin-right: 12px;
	}

/* footer section */

#footer {
	float: left;
	clear: left;
	width: 960px;
	height: 300px;
}

	#footer_text {
		float: left;
		height: 95px;
		padding: 10px 5px 5px 5px;
		margin-top: 20px;
		font-size: 16px;
		width: 920px;
	}
		#footer_text a {
			padding: 0px;
		}