body, html {
	margin: 0px;
	background: #f0EEDD url("../img/static/BGfade.jpg") top left repeat-x;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 15px;
	color: #4d4d4d;
	}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0px;	
	color: #232a20;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
	}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 17px;
	color: #596806;
	padding: 0px;
	margin-bottom: 10px;
	}
a {
	color: #F68B00;
	}
#wrapper {
	width: 100%;
	position: relative;
	background: url("../img/static/forest_test.jpg") top center no-repeat;
	}
#clouds {
	width: 100%;
	position: absolute;
	top: -70px;
	left: 0px;
	height: 470px;
	z-index: 100;
	margin: 0px;
	background: url("../img/static/clouds.png") 0px 0px repeat-x;
	background-repeat: repeat-x;
	}
#clouds_img {
	visibility: hidden;
	width: 1px;
	height: 1px;
	}
#header {
	width: 965px;
	height: 357px;
	margin: 0px auto;
	position: relative;
	z-index: 1000;
	}
#header_content {
	width: 467px;
	height: 132px;
	padding: 141px 0px 0px 193px;
	float: left;
	background: url("../img/static/logo.png") 0px 71px no-repeat;
	}
#header_content span {
	display: block;
	}

#header_content span.line1 {
	font-size: 36px;
	color: white;
	}

#header_content span.line2 {
	font-size: 23px;
	color: white;
	}

#header_content span.line3 {
	color: #c6f598;
	font-size: 23px;
	}
#ticket_cart {
	float: right;
	margin-top: 15px;
	width: 290px;
	height: 59px;
	background: url("../img/static/cart_bg.png") top left no-repeat;
	}
#buy_tickets {
	width: 267px;
	height: 200px;
	padding-top: 28px;
	float: right;
	margin: -15px 10px 0px 0px;
	font-weight: bold;
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	background: url("../img/static/buy_tickets.png") top right no-repeat;
	}
#buy_tickets #checkout_text, #buy_tickets #checkout_text a:link, #buy_tickets #checkout_text a:visited, #buy_tickets #checkout_text a:hover, #buy_tickets #checkout_text a:active {
	text-transform: uppercase;
	color: #c6f598;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	}
.disabled_item {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
	}
#content {
	position: relative;
	width: 901px;
	margin: 0px auto;
	padding: 28px 32px 52px 32px;
	background: #fbfaf4;
	margin-bottom: -50px;
	}
#rabbit_bit {
	width: 100%;
	height: 2px;
	position: relative;
	margin-top: 0px;
	text-align: center;
	z-index: 1000;
	background: none;
	}
#rabbit_container {
	width: 1px;
	overflow: visible;
	margin: 0px auto;
	position: relative;
	z-index: 500;
	background: none;
	}
#rabbit_container img {
	margin-left: -575px;
	margin-top: -230px;
	position: absolute;
	z-index: 1000;
	}
#footer {
	position: relative;
	z-index: 10000;
	width: 100%;
	height: 130px;
	margin-top: -50px;
	padding-top: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, serif;
	background: url("../img/static/footer_tile.png") top left repeat-x;
	}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: white;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .address {
	color: #aed189;
	font-weight: normal;
	display: block;
	margin-top: 3px;
	}
#footer .back_link {
	color: #c6f598;
	font-size: 11px;
	font-weight: normal;
	}
#footer .back_link a, #footer .back_link a:link, #footer .back_link a:visited,  #footer .back_link a:hover, #footer .back_link a:active {
	color: #c6f598;
	}