body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	background-color: #404040;
	background-image:url(program-images/header.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
   	scrollbar-face-color:#404040;
  	scrollbar-arrow-color:#999999;
 	scrollbar-track-color:#404040;
    scrollbar-shadow-color:#999999;
    scrollbar-highlight-color:#999999;
    scrollbar-3dlight-color:#404040;
    scrollbar-darkshadow-color:#404040;
}
tr,td {
	font-size:11px;
}
p {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #CCC;
	text-decoration:underline;
}
.border {
	border:solid 2px;
	border-color:#FFFFFF;
}
.quicktime {
	border:solid 2px;
	border-color:#FFFFFF;
	width:300px;
}
.large-image {
	border:solid 2px;
	border-color:#FFFFFF;
}
.large-image-films {
	border:solid 2px;
	border-color:#FFFFFF;
	margin-right:20px;
}
.flash {
	border:solid 2px;
	border-color:#FFFFFF;
	float:left;
	margin-right:10px;
	padding:0px;
	
}
#header ul {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:11px;
}
#content ul {
	padding:10px;
	margin:10px;
}
h1 {
}
.home {
	position:absolute;
	display:block;
	width:390px;
	height:40px;
	top:85px;
	left:60px;
	text-indent:400px;
	overflow:hidden;
	white-space:nowrap;
}
h2 {
	display:none;
}

.menu1, .menu2, .menu3 {
	position:absolute;
}

.about {
	position:absolute;
	left:800px;
	width:120px;
	height:25px;
	display:block;
	text-indent:200px;
	overflow:hidden;
	white-space:nowrap;
}
#player1, #player2, #player3 {
	width:290px;
	height:190px;
	overflow:hidden;
}
#player-films {
	width:286px;
	height:230px;
	overflow:hidden;
}
#player-about {
	width:286px;
	height:390px;
	overflow:hidden;
}
.quicktime-prompt {
	position:absolute;
}
#header {
	position:absolute;
	top:130px;
	left:60px;
}
#header .menu, #header ul {
	float:left;
}

#content {
	margin-top:230px;
	margin-left:60px;
	padding-bottom:30px;
	width:920px;
	overflow:visible;
}
#content-photos {
	width:920px;
	text-align:center;
}
#movie {
	width:300px;
	margin-right:20px;
	float:left;
}
.flash-movie {
	border:solid 2px;
	border-color:#FFFFFF;
	margin-right:10px;
	padding:0px;
	
}
#image {
	border:solid 2px;
	border-color:#FFFFFF;
	float:left;
	margin-right:40px;
	padding:0px;	
}
.category-description {
	width:300px;
}
.about-text {
	height:600px;
	width:550px;
}
.text-scroll {
	height:280px;
	width:580px;
	overflow:auto;
	/*position:absolute;
	top:300px;
	left:390px;*/
}
.text-scroll2 {
	width:550px;
	overflow:auto;
	/*position:absolute;
	top:300px;
	left:390px;*/
}
.news-scroll {
	width:550px;
	height:395px;
	padding-right:10px;
	overflow:auto;
}
.news-scroll p {
	margin-bottom:5px;
}
.title {
	position:relative;
	top:100px;
	left:0px;
	width:330px;
	height:50px;
	display:block;
}
.current {
	font-weight:bold;
}
#main-nav {
	list-style:none;
	position:absolute;
	left:50%;
	top:10px;
}
#text-box {
	float:left;
	width:200px;
	height:380px;
	padding:0px;
	margin:0px;
	margin-right:2px;
}
#text {
	padding:10px;
	height:360px;
	overflow:auto;
}
.float-left {
	float:left;
	padding-left:6px;
	padding-bottom:6px;
	margin:auto;
	text-align:center;
}
.float-left-large {
	float:left;
	padding-left:6px;
	padding-bottom:6px;
	width:590px;
	text-align:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padding {
	padding:10px;
}




/* NAVIGATION */
#navigation {
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style: none;
}
#navigation li a {
	display: block;
	white-space: nowrap;
}
#navigation li a:hover {
	text-decoration:none;
}
#navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#navigation li ul li {
	float: none;
	display: inline;
}