#hugecontainer {
	position:relative;
	width:800px;
}

#header {
	position:relative;
	width:700px;
	height:225px;
}

#logo {
	position:relative;
	width:700px;
	height:20px;
	clear:both;
}

#sidelogo {
	position:relative;
	width:100px;
	float:right;
}

#container {
	position:relative;
	width:700px;
	float:left;
	background-color:#FFFFFF;
}

#body {
	position:relative;
	width:670px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	background-color:#FFFFFF;
	clear:both;
}

#currentproduction {
	position:relative;
	width:327px;
	text-align: left;
	float: left;
}

#upcomingproductions {
	position: relative;
	width: 327px;
	text-align: left;
	float: right;
	
}

#leftcol {
	position:relative;
	float:left;
	width:327px;
	text-align:left;
	clear:both;
}

#rightcol {
	position:relative;
	float:right;
	width:327px;
	text-align:left;
}

#rightcolfoot {
	position:relative;
	float:right;
	width:327px;
	text-align:right;
}

#footer {
	position:relative;
	background-image:url(images/footerbg.jpg);
	width:670px;
	height:20px;
	padding:15px;
	text-align:center;
	clear:both;
	margin-top:10px;
}

#footer a:link {
	color: #CC0000
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000
}
#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
#footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000
}

body,td,th {
	font-family: Verdana;
	font-size: 10px;
	line-height:14px;
	color: #000000;
}
body {
	background-color: #000000;
	margin-top: 0px;
}

a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}

.style1 {color: #FFFFFF}