/*	Body Override */

body {
	max-width: 921px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
/*	background-color: #949494;*/
	background-color: #000000;
	font-family: Marker Felt, Lucida Grande, Verdana, Geneva, Sans-serif;

}

/*	Body Contents */

#body_background_container {
	width: 100%;
	background-color: #000000;
}

#body_header_container {
	width: 100%;
	height: 274px;
	background: url(../images/background_header.jpg) no-repeat;
	z-index: 1;
}
/*
#body_header_text {
	padding-top: 220px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 14px;
}
*/
#body_header_images {
	height: 36px;
	width: 600px;
	top: 235px;
	position: absolute;
	background-color: #000000;
	left: 10px;
	border-style: solid;
	vertical-align: middle;
}

#body_menu_facebook {
	float: right;
	height: 32px;
	width: 115px;
  	padding-right: 30px;
  	padding-top: 4px;
}

#body_footer_container {
	width: 100%;
	left: 15px;
	height: 58px;
	background: url(../images/content_seperator.jpg) no-repeat;
	position: relative;
}

#body_footer_container a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#body_footer_container a:visited {
	color: #ffffff;
}

#footer_copyright {
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
}

/*	Contents */

/*  Menubar Navigation*/

#menubar_container {
	height: 34px; 
	width: 100%;
	left: 15px;
	right: 15px;
	top: 5px;
	position: relative;
	z-index: 1;
}

#menubar_list {
	text-align: center;
	line-height: 34px;
}

#menubar_list ul {
	list-style: none;
}

#menubar_list li {
	height: 34px;
	width: 129px;
	float: left;
  	padding-left: 2px;
}

#menubar_list a {
	display: block;
	background: url(../images/button_normal.png) no-repeat;
	color: #ffffff;
	font-size: 128%;
}

#menubar_list a:hover {
	background: url(../images/button_rollover.png) no-repeat;
}

/*	Video Player */

#video_flash {
	height: 385px;
	width: 640px;
	top: 30px;
	padding-left: 25px;
	position: absolute;
	z-index: 1;
}

#video_flash_player {
	height: 385px;
	width: 570px;
	top: 10px;
	left: 60px;
	position: absolute;
	z-index: 1;
}

#video_flash_clicker {
	height: 20px;
	width: 570px;
	top: 402px;
	left: 67px;
	position: absolute;
	z-index: 1;
	color: #ffffff;
}

/* Curtains */

.curtains {
	height: 450px;
	width: 695px;
	padding-top: 10px;
	z-index: 1;
	background: url(../images/curtain_dark.jpg) repeat-x;
}

.leftcurtain{
	width: 50%;
	height: 460px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

.rightcurtain{
	width: 51%;
	height: 460px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 2;
}

.rightcurtain img, .leftcurtain img{
	width: 100%;
	height: 100%;
}

#videos_list {
	color: #ffffff;
	font-size: 14px;
	padding-top: 5px;
	z-index: 3;
	position: relative;
}

#videos_list li {
	margin: 5px;
  	border: 2px solid #5a0201;
}

#videos_list a {
	line-height: 125%;
	color: #ffffff;
	font-size: 14px;
	padding-left: 10px;
	z-index: 10;
}

#videos_list p {
	padding-left: 30px;
	padding-right: 10px;
	font-size: 14px;
}

#coming_soon_text {
	width: 100%;
	padding-top: 170px;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	z-index: 10;
}

