/* Blacken backgrounds and lines */

body {
	border-top: 4px solid #000;
	background-color: #000;}

#navColumn {background-color: #000;
	border-right: 1px solid #000;}

#banner {background-color: #000;
		border-bottom : 1px solid #000;  /*  Upper Horiz Line  */}
		
#footer {
		border-bottom: 1px solid #000; /* Bottom Horiz Line */
		}

/* Hovers un-black */

h1 a:hover {
	color: #999;
	text-decoration: underline;
	font-style: normal;
	}

a:active,
a:hover {
	color: #999;
	text-decoration: underline;
}


/* Divs for Contents */

#theater {
	margin: 0px auto 0px 3px;
	background-color: #000;
	width:800px;
	height:534px;
	position: absolute;
	padding: 0px;
	border: 0px solid #333;
	line-height: 0px;
	top: 34px;
	left: 158px;
	display: inline;
	overflow: hidden;
	z-index: 5;
	}

/* Div for flv */

#silverscreen2 {
	width:320px;
	height:270px;
	position: absolute;
	top: 215px;
	left: 225px;
	line-height: 15px;
	font-weight: normal;
	font-size: 11px;
	padding: 12px 24px 12px 12px;
	border: 0px solid #fff;
	overflow: auto;
	visibility: visible;
	}
	
#marquee {
	position: absolute;
	left: 0px;
	top: 205px;
	width: 125px;
	height: 180px;
	text-align : left;
	font-size: 11px;
	line-height:14px;
	color:#666;
	padding: 0px 15px 0px 0px;
	margin: 25px 0px 0px 20px;
	z-index: 20;
	}
	
#marquee .crew {
	color: #333333;
	}
