body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a:hover {
	line-height: normal;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
	font-variant: normal;
	text-transform: none;

}
a:visited {
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0033CC;
}
a:link {
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0033CC;
}

/* Additional styling specific to the Biography pages */
.biography h1 {
	font-size: 1.2em;
	margin-bottom: 0;
}
.biography img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	margin: 0 0 1em 1em;
	float:right;
}

/* Additional styling for 'more info' boxes in productions list */
.moreinfo:link, .moreinfo:visited {
	font-weight: normal;
	text-decoration:none;
	color:#fff;
	background-color:#cc3333;
	padding: 1px 5px 1px 5px;
	margin-left: 10px;
	display:block;
	position:relative;
	top:-1px;
}
.moreinfo:hover {
	font-weight: normal;
	text-decoration:none;
	color:#fff;
	background-color:#e28588;
	padding: 1px 5px 1px 5px;
	margin-left: 10px;
	display:block;
}
.photo .moreinfo {
	margin-left:0;
	width:143px;
	top:0;}
.gallery .moreinfo {
	margin-left:0;
	width:194px;
	top:0;
	}
.productions .moreinfo {
	margin-left:0;
	width:133px;
	top:0;
}
/* Styles for displaying layout via CSS rather than tables */
#wrapper {
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:760px;
	}
#masthead{
	color: white;
	background:url(images/banner_background.jpg) repeat-y;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	height:99px;
}
#maincontent{
	float:left;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	clear:both;
}

ul#mainNav	{
	list-style-type:none;
	padding:0;
	margin:0;
	}
#mainNav a {
	color:#fff;
	text-decoration:none;
	text-align:center;
	background-color:#c42f01;
	display:block;
	width:152px;
	height:20px;
	}
#mainNav a:hover {
	background:#e5090a;
	}
#mainNav li {
	float:left;
	display:inline;
	width:152px;
	}
#mainNav li ul {
	float:none;
	display:inline;
	position:absolute;
	width:200px;
	left:-999em;
	}
#mainNav li ul a {
	width:200px;
	}
#mainNav li:hover ul {
	left:auto;
	margin-left:-40px;
	}
* html #mainNav a {
	height:1px;
	}