@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	background: #b8ab76 url(../images/bg.gif) top center repeat-x;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
h1 {
	color: #763819;
	font-size: 20px;
	padding: 0 0 10px 0;
}
.left {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px 10px 5px 0;
	background: #fff;
}
.right {
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px 0 10px 10px;
	background: #fff;
}
#site {
	width: 868px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 868px;
}
	#nav {
		height: 49px;
		float: left;
		background: url(../images/nav_bg.gif) bottom center no-repeat;
		width: 868px;
		text-align: center;
	}
	#nav ul	{
		margin-left: 0;
		padding-left: 0;
		font-size: 16px;
		white-space: nowrap;
	}

	#nav li {
		display: inline;
		list-style-type: none;
		line-height: 52px;
	}

	#nav a {
		padding: 14px 15px 15px 0px;
		color: #000;
		text-decoration: none;
		background: url(../images/nav_li_bg.gif) top right no-repeat;
		outline: none;
	}
	#nav ul li#first a {
		padding: 14px 15px 15px 12px;
	}
	#nav ul li#last a {
		background: none;
	}
	#nav a:hover {
		text-decoration: underline;
	}
#content {
	background: url(../images/content_bg.gif) top center repeat-y;
	padding: 23px 25px 0 25px;
	float: left;
	width: 818px;
	text-align: justify;
}
	#top_content {
		float: left;
		width: 868px;
		height: 179px;
	}
	#content_left {
		width: 575px;
		padding: 0 25px 0 0;
		margin: 0;
		float: left;
	}
		#content_left p {
			font-size: 12px;
			line-height: 1.4em;
		}
		#content_left a {
			color: #763819;
			text-decoration: underline;
			outline: none;
		}
		#content_left a:hover {
			text-decoration: none;
		}
		#content_left ul {
			font-size: 12px;
			margin: 5px 0 16px 20px;
		}
		#content_left li {
			line-height: 1.4em;
		}
		#content_left h3 {
			color: #333;
			font-size: 12px;
		}
		#content_left h4 {
			color: #646464;
			font-size: 13px;
		}
	#content_right {
		width: 218px;
		padding: 0;
		margin: 0;
		float: left;
	}
		#content_right p {
			font-size: 12px;
		}
	#event {
		color: #fff;
		padding: 10px 10px 1px 10px;
		background: url(../images/event_bg.jpg) top center no-repeat;
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 0 15px 0;
	}
	#event h1 {
		color: #bf925a;
	}
	#event h2 {
		color: #fafafa;
		font-size: 14px;
	}
	#nav_bottom {
		text-align: center;
	}
	#nav_bottom p {
		font-size: 12px;
	}
	#nav_bottom a {
		color: #000;
		text-decoration: none;
		outline: none;
	}
	#nav_bottom a:hover {
		text-decoration: underline;
	}
	.button {
		width: 188px;
		height: 39px;
		background:url(../images/button.gif) no-repeat top left;
		padding: 0 15px;
		line-height: 3.3em;
		margin: 0 0 10px 0;
	}
	.button a {
		color: #000;
		text-decoration: none;
		font-size: 12px;
		font-weight: 700;
		outline: none;
	}
		.button a:hover {
			color: #763819;
		}
	.right_img {
		padding: 5px;
		border: 1px solid #ccc;
		margin: 2px 0 10px 0;
		background: #fff;
	}
	.tickets {
		line-height: 26px;
	}
	.tickets img {
		vertical-align: middle;
	}
#footer {
	background: url(../images/footer_bg.gif) top center no-repeat;
	padding: 25px;
	margin: 0;
	text-align: center;
	line-height: 1.5em;
}
	#footer p {
		font-size: 12px;
	}
	#footer a {
		color: #763819;
		text-decoration: underline;
	}
	#footer a:hover {
		text-decoration: none;
	}