body
{
	padding: 0;
	margin: 0;
	background: #000000;
	color: #FFF;
	font-family:  verdana, arial, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	float: right; 
	border: 1px solid #BFBFBF;
}

a
{
	text-decoration: none;
	color: #BFBFBF;
}

a:hover
{
	text-decoration: underline;
	color: #FFF;
}

#whole-container
{
	position: absolute;
	left: 0px;
	width: 100%;
}

#container-shell
{
	margin-left: -400px;
	position: absolute;
	left: 50%;
}

#header
{
	width: 800px;
	height: 25px;
}

#container    
{
	width: 760px;
	height: 370px;
}

#left
{
	float: left;
	width: 450px;
	height: 600px;
	padding: 10px;
}

#left a
{
	text-decoration: none;
	color: #FFF;
}

.title
{
	display: none;
}

#right
{
	float: left;
	width: 270px;
	height: 600px;
	background: #000000;
	overflow: auto;
	padding: 10px;
}

#right h4
{
	font-family: verdana, arial, sans-serif;
	font-size: 125%;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#show
{
	background-image: url(images/show.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#presented
{
	background-repeat: no-repeat;
	height: 23px;
	background-image: url(images/presented.jpg);
}

#cast
{
	background-image: url(images/cast.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#crew
{
	background-image: url(images/crew.jpg);
	background-repeat: no-repeat;
	height: 23px;
}

#about
{
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	height: 23px;

}

#notice
{
	background-image: url(images/notice.jpg);
	background-repeat: no-repeat;
	height: 23px;

}

#thanks
{
	background-image: url(images/thanks.jpg);
	background-repeat: no-repeat;
	height: 23px;

}

.byline
{
	font-size: 80%;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 75%;	
}

.ticket
{
	background-repeat: no-repeat;
	height: 23px;
	background-image: url(images/ticket.jpg);
}

#soldout
{
	margin-bottom: 25px;
}

/* the below position is used to fix some weird bug in internet explorer 7 */
#footer
{
	position: absolute;
	top: 650px;
}

#footer
{
	width: 800px;
	text-align: right;
	float: left;
	padding: 5px 0px;
	color: #BFBFBF;
}

#footer a
{
	text-decoration: none;
	color: #E5E5E5;
}

#footer a:hover
{
	text-decoration: underline;
	color: #FFF;
}
