@charset "UTF-8";
#Container {
	width: 49em;
	margin: 2em auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 26em;
}
#mainContent {
	height: 26em;
	width: 37em;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	height:7em;
	display: block;
	width: auto;
	margin-left: 2em;
	}
	
	#nav ul {
	width:auto;
	margin: 0px auto;
	background: #0F0;
	}
	
	#nav li {
	float:left;
	width:9em;
	text-align:inherit;
	border: 1px solid #FFF;
	height: 7em;
	background: #000;
	list-style-type:none;
	text-align:center;
	margin-top:0px;
	margin-left: 0.25em;
	}
	
	#nav a {
	color:#FFF;
	display:block;
	position:relative;
	font-size:1em;
	height:7em;
	float: none;
	text-decoration: none;
	text-align: center;
	}	
	
	#nav a.current {
	background:#900;
	height: 7em;
	}
	
	#nav img {
	display:inline;
	float: none;
	left: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: thin solid #D20202;
	}
.FMnames {
	font-size: 0.75em;
	text-transform: uppercase;
	line-height: 1.25em;
}
	
	#nav strong {
	display:inline;
	font-size:1em;
	text-align: center;
	vertical-align: bottom;
	float: none;
	}
	
	/* panes */
	#panes {
	width:auto;
	height:19em;
	/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	border: 1px solid #F90;
	overflow: auto;
	overflow-x: hidden;
	margin-left: 1em;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
	display:none;
	position:relative;
	font-size:0.689em;
	color:#FFF;
	width:44em;
	left: 2em;
	margin-top: 1em;
	margin-right: 0px;
	}
	
	#panes img {
	float:none;
	}
.Play_Film {
	font-style: italic;
	text-decoration: underline;
}
	
	.panesnames {
	color:#F90;
	font-weight:bold;
	font-size:1.5em;
	padding-top: 0em;
	float: left;
	font-variant: small-caps;
	}
	
	.panesposition {
	font-size:1.15em;
	font-weight:bold;
	float: left;
	font-style: oblique;
	color: #900;
	font-variant: small-caps;
	margin-top: 0.5em;
	margin-bottom: 0px;
	margin-left: 3em;
	}
	
	.overlay {
	display:none;
	width:500px;
	background-color:#ddd;
	padding: 20px;
	}
#SBBbox {
	float: left;
	height: 27em;
	width: 11em;
	border: 2px groove #FFF;
}
.SBBpic {
	float: none;
	height: auto;
	width: 9.37em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	border: 1px solid #FFF;
	background: #900;
}
.SBBtext {
	font-size: 0.875em;
	text-align: left;
	letter-spacing: 0.04em;
	color: #E98A03;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.05em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.75em;
}
#photo {
	width: 90%;
	height: auto;
}
.emailhyperlink {
	color: #1F9AE4;
}
