body {
	margin:0px;
	padding:0px;
	background-color: #000;
	text-align:center;
	background-image:url('/img/background/page-bkg.jpg');
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper {
	background-image:url('/img/background/header.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	width:900px;
	text-align:left;
	margin:0px auto;
}

#page {	
	width:900px;
	text-align:left;
	margin:0px auto;
}
	


#header {
	height:320px;
}

#header h1, #header h2 {display:none;}

/***********************************************************************************/

ul#nav {
height:28px;
list-style-type:none;
margin:0 0 0 351px;
padding:0;
width:525px;
}

ul#nav li {
	float: left;
	padding:0px; margin:0px;
}

ul#nav li a {
	display:block;
	padding:0px; margin:0px;
	height:28px;
}

ul#nav li a span {
	display:none;
	background-position:top center;
	background-repeat:no-repeat;
}

ul#nav li a.home {
	background-image:url('/img/nav/home.gif');
	width:86px;
}
ul#nav li a.home:hover { background-image:url('/img/nav-over/home.gif'); }


ul#nav li a.synopsis {
	background-image:url('/img/nav/synopsis.gif');
	width:96px;
}
ul#nav li a.synopsis:hover { background-image:url('/img/nav-over/synopsis.gif'); }

ul#nav li a.creators {
	background-image:url('/img/nav/creators.gif');
	width:96px;
}
ul#nav li a.creators:hover { background-image:url('/img/nav-over/creators.gif'); }

ul#nav li a.castartists {
	background-image:url('/img/nav/castartists.gif');
	width:156px;
}
ul#nav li a.castartists:hover { background-image:url('/img/nav-over/castartists.gif'); }

ul#nav li a.contact {
	background-image:url('/img/nav/contact.gif');
	width:83px;
}
ul#nav li a.contact:hover { background-image:url('/img/nav-over/contact.gif'); }

#preload { display:none; }

/***********************************************************************************/

#content {
	padding:10px 30px 0px 30px;
	margin:-45px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#c89b77;
	min-height:500px;
}

#content h2 {
	background-repeat:no-repeat;
	height:50px; width:300px;
	margin:0px; padding:0px;
	background-position: left;
	background-repeat:no-repeat;
}

#content h2 span {display: none;}
#content h2.cast {background-image: url('/img/headers/cast.gif');}
#content h2.artists {background-image: url('/img/headers/artists.gif');}
#content h2.contact {background-image: url('/img/headers/contact.gif');}
#content h2.creators {background-image: url('/img/headers/creators.gif');}
#content h2.crew {background-image: url('/img/headers/crew.gif');}
#content h2.castartists {background-image: url('/img/headers/castartists.gif');}
#content h2.performances {background-image: url('/img/headers/performances.gif');}
#content h2.soloists {background-image: url('/img/headers/soloists.gif');}
#content h2.synopsis {background-image: url('/img/headers/synopsis.gif');}


#shortsynopsis {
font-size:15px;
margin:20px auto;
text-align:justify;
width:800px;
}

table#perf tr td {
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#c89b77;
}

h3 {
	font-size:18px;
	text-align:center;
	color:#f25025;
}


.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

img.topleft {float: left; margin: 0px 10px 10px 0px;}
img.midleft {float: left; margin: 10px 10px 10px 0px;}
img.bottomleft {float: left; margin: 10px 10px 0px 0px;}

img.topright {float: right;	margin: 0px 0px 10px 10px;}
img.midright {float: right;	margin: 10px 0px 10px 10px;}
img.bottomright {float: right;	margin: 10px 0px 0px 10px;}


/***********************************************************************************/

#footer {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6a200c;
	text-align:center;
}

#footer a { color: #742a0a; font-weight:bold; }
#footer a:hover { color: #b43700;}

/***********************************************************************************/

a, a:visited {
	color: #c94909;
	text-decoration:none;
}

a:hover {
	color: #f70303;
	text-decoration:underline;
}

/*------------------------------------------------------ */

#performance {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#e7ba6b;
}

#performance h3 {
	font-size:18px;
	font-weight:bold;
	color: #bd1e20;
	padding:0px;
	margin:0px;
}


/*------------------------------------------------------ */

ul#soloists {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

ul#soloists li {
	display: block;
	float:left;
	text-align: center;
	width:33%;
	height:200px;
}

ul#soloists img {
	border:2px solid #69201c;
}

/*------------------------------------------------------ */

ul#crew {
	padding:0px;
	margin:0px;
	list-style-type: none;
	height:200px;
}

ul#crew li {
	display: block;
	float:left;
	text-align: center;
	width:25%;
height:200px;	
}

ul#crew.one {
	padding:10px 160px 0px 160px;
}


ul#crew.one li {
	width:100%;
}

ul#crew img {
	border:2px solid #69201c;
}

