/* colour definitions 

gold: #B09B62
red: #C80036

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

html, body { height:100%; }
body {
	font-family: Georgia, Times, serif;
	font-size: .8em;
	color: #B09B62;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	background-image: url(../images/curtainleft.gif);
	background-repeat: no-repeat;
}
a { color:#B09B62; }
img { border: none; }

/* fix for ie transparency support */
 img { behavior: url(iepngfix.htc); }  



.wrapper {
	background: url(../images/curtainright.gif) right top no-repeat;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid black; /*why?*/
}


#header {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	padding-top: 8px;
	}
#header img {}

#playbillPage {
	width: 740px;
	margin: 160px auto 0 auto;
	}

#playbill {
	width: 730px;
	border-color: #B09B62;
	border-width: 5px;
	border-style: solid;
	text-align: left;
	padding: 0;
	height: auto;
}

#playbill img {
	border-color: #B09B62;
	border-width: 5px;
	border-style: solid;
	float: left;
	background: #B09B62;
}
	
#playbill a {
}
	
#playbill img:hover {
	background: #C80036;
}
.minorNav {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	width: 740px;
	line-height: 3em;
}

.minorNav .current {
	background-image: url(../images/tinygoldstar.gif);
	background-repeat: no-repeat;
	background-position: center 1em;
}
	
.minorNav a {
	text-decoration: none;
	margin-left: 10px;
	padding-bottom: 12px;
}
.minorNav a:hover {
	color: #C80036;
	}
	
.credit {
	margin: 0;
	font-style: italic;
	}

.credit a {
	margin: 0;
	font-style: italic;
	text-decoration: none;
	}

.essay {
	border: 10px #B09B62 solid;
	background: #000;
	color: #B09B62;
	text-align: justify;
	font-size: 1.25em;
	line-height: 1.5em;
	width: 640px;
	margin: 150px auto 0 auto;
	padding: 40px;
	height: 400px;
	overflow: auto;
	}
	
.essay h2 {
	
	text-align: left;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.references p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}
