@charset "utf-8";

*, html {
	margin: 0px auto;
	padding: 0px;
}
body {
	text-align: center;
	padding-top: 20px;
	font: 12px 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	background: url(../nav/bg_main.jpg) repeat-y;
}
h1 {
	font-size:18px;
	color: #005826;
	font-weight: normal;
}
p {
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
/*
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
*/
#wrapper {
	position: relative;
	width: 1124px;
	height: 817px;
	text-align: left;
	background: url(../nav/bg_content.jpg) repeat center top;
	z-index: 1;
	clear: both;
}

#events_wrapper
{
	position: relative;
	width: 1124px;
	height: 817px;
	text-align: left;
	background: url(../nav/bg_content.jpg) repeat center top;
	clear: both;
	z-index: 99;
}

#content_wrapper {
	clear: both;
	position: relative;
	padding: 30px 84px 0px 84px;
}
#content_left_wrapper {
	position: relative;
	float: left;
	width: 468px;
}
#content_left_main {
	position: relative;
	height: 400px;
	overflow: auto;
	text-align: left;
}
#content_left_sub {
	position: relative;
}

#content_right_wrapper {
	position: relative;
	float: right;
	width: 460px;
}
#content_right_specials {
	position: absolute;
	top: -70px;
	right: -75px;
	width: 165px;
	height: 197px;
	text-align: left;
	background: url(../nav/packages_specials.png) no-repeat;
	z-index: 2;
}
#content_right_specials_content {
	width: 100px;
	margin: 110px 0px 0px 15px;
	text-align: left;
}
#content_right_specials a.current_special {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}
#content_right_specials a.current_special:hover {
	text-decoration: underline;
}
#content_right_specials a {
	font-size: 9px;
	font-weight: bold;
	color: #000;
}
#content_right_specials a:hover {
	color: #999;
	text-decoration: underline;
}
#content_right_main {
	position: relative;
}
#flash_holder {
	position: relative;
}
#content_right_sub {
	text-align: left;
	padding-left: 20px;
}

#social {
	position:absolute;
	left: 983px;
	top: 43px;
	width: 122px;
	height: 49px;
	z-index:100;
}
