body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#191818;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #ffffff;
}

a:link {
	color: #8ab800;
}
a:visited {
	color:#999999;
}
a:hover {
	color: #9900CC;
}
a:active {
	color: #8ab800;
}
.update_text{
	font-size: 12px;
	color: #8ab800;
}
.credit_text{
	font-size: 10px;
	color: #ffffff;
}
.stagejuice #container {
	width: 800px;  
	margin: 0 auto;
	text-align: left;
}
.stagejuice #header {
	padding: 0px;
	/*
	background-image:url(graphics/temp_header.jpg);
	*/
	background-image:url(graphics/final_black.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#header img{
}
.stagejuice #nav {
	padding: 0px 0;
}
.stagejuice #mainContent {
	padding: 0px; 
	background-color:#000000;
}
.stagejuice #lower_menu {
	width: 790px;
	padding: 5px;
	font-size:11px;
	text-align:center;
	background-color:#000000;
}

.stagejuice #footer {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 790px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	background:#000000;
	border-top: 1px solid #8ab800;
}

/* Start thebox */
#thebox {
	color: #99cc00;
	border: 0px #cccccc solid;
	border-bottom: 0px #cccccc solid;
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
	margin-left: 0px;
	padding-left: 12px;
	line-height: 26px;
	width: 200px;
}

#main_area{
	padding-left: 150px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color:#000000;
	background-image:url(image/dancer_back.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	border: 0px #cccccc solid;
	font-size: 12px;
	text-align:left;
	line-height: 130%;
	width: 600px;
	min-height: 550px;
}

.thebox_text {

}
.thebox_details {

}

.thebox_text img{
	padding: 5px;
	float:left;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nowshowing_title {
	font-size: 35px;
	font-weight: bold;
	color: #99CC00;
}

/* NEW STUFF*/

#page_title {
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	padding-bottom: 20px;
	text-align:left;
}

#left_image{
	float: left;
	width: 150px;
}

#right_image{
	float: right;
	height: 400px;
}

#top_text_centered{
	margin-bottom: 50px;
}

#middle_text_centered{
	margin-bottom: 50px;
}

#bottom_text_centered{
	margin-bottom: 50px;
}

.stagejuice textarea{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0px;
	border-bottom: 1px solid #8ab800;
}
.stagejuice input{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0px;
	border-bottom: 1px solid #8ab800;
}

.stagejuice select{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 0px;
	border-bottom: 1px solid #8ab800;
}

.stagejuice #gallery_index{
	margin-bottom: 20px;
	border-bottom: 1px solid #8ab800;
}

.gallery_thumb{
	float: left;
	margin: 5px;
}
.gallery_text{
	float: left;
	margin: 5px;
	width: 420px;
}
.gallery_description{
	margin: 5px;
	float: left;
	width: 420px;
}

.gallery_images{
	padding: 5px;
	margin: 5px;
	float: left;
	width: 170px;
	height: 165px;
	border: 1px solid #333333;
}

#gallery_area{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color:#000000;
	color:#ffffff;
	border: 0px #cccccc solid;
	font-size: 12px;
	text-align:left;
	line-height: 130%;
	width: 780px;
	min-height: 550px;
}
#bottom_links{
	width: 775px;
	padding-left: 5px;
}


#performance_index{
	border-bottom: 1px solid #8ab800;
	margin-bottom: 20px;
}
.performance_image{
	float: left;
	margin-bottom: 5px;
}
.performance_text{
	margin: 0px 0 0 10px; 
	float: right;
	width: 385px;
}
.performance_text_noimage{
	margin: 0px; 
	float: left;
	width: 600px;
}
.biography_text{
	margin: 0px 0 0 10px; 
	float: right;
	width: 490px;
}
.biography_text_noimage{
	margin: 0px; 
	float: left;
	width: 600px;
}
.show_biography_text{
	margin: 0px 0 0 10px; 
	float: right;
	width: 430px;
}
.green_text{
	color: #99CC00;
}