/* CSS Document */

body {
background-color:#000000;
color: #ffffff;
font-family:"Courier New", Courier, monospace;
margin: 0px;
padding: 0px;
}

#container {

margin: auto;
}

#header {
}

.performance {
width:600px;
height:750px;
background:url(../images/bg-tworooms-primary.jpg) no-repeat top center;
}

.secondary{
background:url(../images/bg-secondary.jpg) no-repeat left top;
width: 850px;
height:750px;
margin:auto;
}

#column_left {
width: 33%;
float: left;
}

#column_right {
width: 53%;
padding-top:  230px;
float: right;}

#tagline {
position:relative;
top: 0px;
left: 0px;
}
#description {
	float: right;
	width: 300px;
	position:relative;
	top: 280px;
	right: -125px;
}
#cast {
width: 300px;
text-align:center;
position:relative;
}

#cast a:link, #cast a:visited {

font-size: 17px;
text-decoration:none;
color: #ffffff;
}
#cast a:hover, #cast a:active  {
text-decoration:underline;
}

#purchase {
font-size: 12px;
height: 100px;
position: relative;
padding-top:1em;
text-align:center;
float: left;
top: 240px;
left: 25px;
}

#director_info {
color: #000000;
font-size: 15px;
text-align:center;
	position: relative;
	left: 300px;
	top: 280px;
	width: 150px;
}
.director {
font-weight: 17px;
}

#director_info a:link, #director_info a:visited {
font-size: 17px;
text-decoration:none;
color: #000000;
}
#director_info a:hover, #director_info a:active  {
text-decoration:underline;
}


#theater_info {
color: #000000;
font-size: 15px;
text-align:center;
	position: relative;
	left: 270px;
	top: 280px;
	width: 200px;
	padding-top: .5em;
}

#theater_info a:link, #theater_info a:visited {
font-size: 14px;
text-decoration:none;
color: #000000;
}
#theater_info a:hover, #theater_info a:active  {
text-decoration:underline;
}

.date {
font-size: 20px;
font-weight: bold;
}

#contact {
float: left;
font-size: 14px;
text-align:center;
	position: relative;
	top:390px;
	width: 220px;
	height: 76px;
}
.large {
font-size: 18px;
font-weight:bold;
}
#contact a:link, #contact a:visited {

font-size: 14px;
text-decoration:none;
color: #ffffff;
}
#contact a:hover, #contact a:active  {
text-decoration:underline;
}

