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

body {
	text-align: center;
	background: #000 url(/images/bodyBack.jpg) no-repeat center top;
	font: 12px/17px #000 Georgia,"Times New Roman",Times,serif;
}

#wrapper {
	width: 945px;
	margin: 0 auto;
	text-align: left;
}
#wrapper2 {
	float: left;
	width: 945px;
	background: #f4bb4f url(/images/conBack.jpg) repeat-y left top;
}

#header {
	float: left;
	width: 945px;
	height: 200px;
	position: relative;
	background: url(/images/header.jpg) no-repeat left top;
}

#header h1 span {
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 1000;
}
#header h1 span,
#header h1 span a {
	display: block;
	width: 250px;
	height: 180px;
}
#header h1 span a {
	text-indent: -99999px;
}

#main {
	float: left;
	width: 945px;
	background: url(/images/conHi.jpg) no-repeat left top;
}
#main2 {
	position: relative;
	float: left;
	width: 945px;
	padding-bottom: 183px;
	background: url(/images/footer.jpg) no-repeat left bottom;
}

#nav {
	float: left;
	width: 237px;
	height: 455px;
	background: url(/images/navBack.jpg) no-repeat left top;
	margin-bottom: 80px;
}

#nav ul {
	width: 237px;
	padding-top: 52px;
}
#nav li span,
#nav li span a {
	display: block;
	width: 237px;
	height: 33px;
}
#nav li span a {
	text-indent: -99999px;
}
#nav li.home span a {
	background: url(/images/navHome.jpg) no-repeat top left;
}
#nav li.activities span a {
	background: url(/images/navActivities.jpg) no-repeat top left;
}
#nav li.press span a {
	background: url(/images/navPress.jpg) no-repeat top left;
}
#nav li.blog span a {
	background: url(/images/navBlog.jpg) no-repeat top left;
}
#nav li.tickets span a {
	background: url(/images/navTickets.jpg) no-repeat top left;
}
#nav li.home span a:hover {
	background-position: 0 -33px;
}
#nav li.activities span a:hover {
	background-position: 0 -33px;
}
#nav li.press span a:hover {
	background-position: 0 -33px;
}
#nav li.blog span a:hover {
	background-position: 0 -33px;
}
#nav li.tickets span a:hover {
	background-position: 0 -33px;
}

#content {
	float: right;
	width: 669px;
	min-height: 520px;
	padding: 15px 24px 0 0;
}

#content a:link,
#content a:visited {
	color: #009b8f;
	text-decoration: none;
}
#content a:hover,
#content a:active {
	text-decoration: underline;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #9e280e;
	border-bottom: 1px dashed #de761c;
}

#content p {
	margin: 10px 0;
}

#content div#find {
	width: 327px;
	float: left;
}

#content div#pack {
	width: 327px;
	float: right;
}

#content table.images {
	text-align: center;
}

div#credit {
	position: absolute;
	left: 200px;
	bottom: 45px;
	width: 580px;
	line-height: auto;
}
div#credit p {
	margin: 0;
}