body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #fff;
	background: #000;
}

form {
	margin: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url('../images/header-bars.gif') no-repeat;
	height: 160px;
	margin-bottom: 37px;
}

#header .left {
	float: left;
	padding: 40px 0 0 114px;
	color: #07BACE;
}

#header .left p {
	margin: 0;
}

#header .left input {
	border: none;
	background: #232323;
	padding: 4px;
	font-size: 11px;
	color: #fff;
	margin-right: 4px;
}

#header .right {
	float: right;
	margin: 27px 18px 0 0;
	padding-left: 49px;
	border-left: 1px solid #232323;
}

#header .menu {
	margin-top: 37px;
	height: 30px;
	background: url('../images/menu_bg.png');
}

#header .menu ul {
	margin: 0;
	padding: 4px 0 0 2px;
	list-style: none;
}

#header .menu ul li {
	display: inline;
	padding: 0 2px;
	font-family: "times new roman";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.019em;
	visibility: hidden;
}

#header .menu ul li a {
	color: #fff;
	text-decoration: none;
}

#body {
	background: url('../images/side_top.gif') no-repeat;
	min-height: 50px;
}

#body .contents {
	padding-left: 114px;
}

#body .contents.internal .left {
	float: left;
	background: url('../images/box_blue.png');
	width: 240px;
	margin: 320px 14px 0 0;
	padding: 0 10px 10px 10px;
}

#body .contents.less .left {
	margin-top: 100px;
}

#body .contents.less .left img {
	margin-top: 10px;
}

#body .contents.internal .right {
	float: right;
	background: url('../images/box_pink.png');
	width: 562px;
	padding: 5px;
}

#body .contents.internal .right .padded {
	padding: 0 10px 10px 10px;
}

#body .contents.internal .right h1 {
	font-size: 28px;
}

#body .contents.internal a {
	color: #fff;
	text-decoration: underline;
}

#body .contents.internal a:hover {
	color: #fff;
	text-decoration: none;
}

#body .contents.internal h2 {
	font-family: "Garamond";
	font-size: 26px;
	padding: 6px 6px 0 6px;
	margin: 15px 0;
	background: #000;
}

#body .contents.internal p {
	line-height: 18px;
}

#body .contents.contact input, 
#body .contents.contact textarea {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}

.bars {
	position: absolute;
	top: 50px;
	background: url('../images/side_bg.gif') repeat-y;
	width: 68px;
	bottom: 0;
	z-index: -2;
}

#body #banner {
	position: relative;
	float: right;
	width: 757px;
	height: 572px;
	background: url('../images/banner.png') no-repeat;
}

#body #banner .top {
	width: 757px;
	height: 124px;
	background: url('../images/banner_top.png') no-repeat;
}

#body #banner.upcoming .top {
	background: url('../images/banner_top_upcoming.png') no-repeat;
}

#body #banner .left {
	float: left;
	width: 96px;
	height: 311px;
	background: url('../images/banner_left.png') no-repeat;
}

#body #banner .right {
	float: left;
	width: 102px;
	height: 311px;
	background: url('../images/banner_right.png') no-repeat;
}

#body #banner .bottom {
	width: 757px;
	height: 137px;
	background: url('../images/banner_bottom.png') no-repeat;
}

#body #banner .center {
	position: relative;
	float: left;
	width: 559px;
	height: 311px;
}

#body #banner .center .arrow_side {
	position: absolute;
	z-index: 1000;
	top: 67px;
	left: 0;
	width: 50px;
	height: 52px;
	background: url('../images/banner_arrow_side.png') no-repeat;
}

#body #banner .center .star_side {
	position: absolute;
	z-index: 1000;
	top: 48px;
	right: 0;
	width: 50px;
	height: 53px;
	background: url('../images/banner_star_side.png') no-repeat;
}

ul.gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}

#body #banner .slideshow {
	width: 559px;
	height: 311px;
}

#footer {
	background: url('../images/side_bottom.gif') no-repeat;
	min-height: 66px;
	padding-left: 114px;
	width: 846px;
}

#footer .left {
	float: left;
	margin-bottom: 30px;
}

#footer .left ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#footer .left ul li {
	display: inline;
	font-family: Tahoma;
	font-size: 9px;
	padding: 0 8px 0 0;
	color: #fff;
	text-transform: uppercase;
}

#footer .left ul li a {
	color: #fff;
	text-decoration: none;
}

#footer .left ul li a:hover, #footer .left ul li a.active {
	color: #06B8CC;
	text-decoration: none;
}

#footer .right {
	float: right;
	margin: 14px 10px 0 0;
	padding-left: 42px;
	border-left: 1px solid #232323;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
	height: 0;
}

.spacer {
	height: 20px;
}

.uppercased {
	text-transform: uppercase;
}

table tr th {
	background: #000;
	color: #fff;
}

table {
	border-collapse: collapse;
	border-color: #fff;
}
