body {
	background-color: #131313;
	color: #898989;
	font-family: arial;
	padding: 30px 0 30px 0;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-bottom: 35px;
	width: 983px;
	font-size:12px;
	letter-spacing:0.03em;
	color:#898989;
	height:167px;
}

#header a {
	text-decoration:none;
	}

#header a:hover {
	color:#B32317;
	text-decoration:none;
	}

.small {
	font-size: 13px;
	line-height: 18px;
}

#red {
	color: #b32317;
}

.who_nav {
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #898989;
	text-decoration: underline;
}

a:hover {
	color: white;
}

img {
	border: 0px;
}
.white {
	color: white;
	text-decoration: none;
}

#white {
	color: white;
	text-decoration: none;
}

#film_index {
	padding: 0 0 0 0px;
	font-size: 11px;
	line-height: 16px;
}

.film_header {
	padding: 0 0 20px 0;
	font-family: Arial;
	font-size: 20px;
	color: white;
}

.bio_header {
	padding: 0 0 10px 0;
	font-family: Arial;
	font-size: 20px;
	color: white;
}

#film_box {
	width: 440px; 
}

#film_box2 {
	width: 440px; 
}

.nav {
	color: #898989;
	text-decoration: none;
}

.subnav {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.movie_title {
	color: #b32317;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	font-family: Arial;
	padding-bottom: 5px;
	text-transform:uppercase;
}

#currentpage {
	color: #b32317;
	text-decoration: none;
}

#content {
	padding-left: 21px;
}



/* people */

#person_dan {
	height: 502px;
	width: 984px;
/*	background-image: url('images/dan.jpg'); */
}

#person_geralyn {
	height: 502px;
	width: 984px;

}

#person_diana {
	height: 502px;
	width: 984px;

}

#person_jim {
	height: 502px;
	width: 984px;

}

#person_jenny {
	height: 502px;
	width: 984px;

}

#person_barnett {
	height: 502px;
	width: 984px;

}

/* NEWS TICKER */

.attentionboxclass {
	background-color:#1c1c1c;
	margin-top:10px;
	text-align:left;

}

.attentionheader {
	background-color:#1c1c1c;
	color:#ffffff;
	float:right;
	font-weight:bold;
	padding:5px 8px 5px 10px;
	width:45px;
	float: left;
}

.attentioncopy {
	background-color:#1c1c1c;
	color:#898989;
	cursor:pointer;
	float:right;
	padding:5px 8px 5px 10px;
	width:870px;
	float: left;
}

.sign-in {
	background-image:url(images/sign-in.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:57px;
	height:25px;
	text-indent:-5000px;
	display:block;
	float:left;	
}
.sign-in:hover {
	background-position:0px -25px;
}

.input-box-active,
.input-box-inactive {
	border:1px solid #404040;
	background-color:#131313;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:155px;
	color:#838383;	
	padding:5px;
	margin:0px;
	float:left;
	outline: none;

}
.input-box-active {
	border:1px solid #404040;
	background-color:#222222;
	color:#838383;
}
#active-username,
#active-password,
#inactive-username,
#inactive-password {
	float:left;
	margin-right:10px;
}
#active-username,
#active-password {
	display:none;
}

.screening-room {
	margin-top:16px;	
}
.screening-room .item {
	clear:both;
	margin-bottom:5px;	
	overflow:hidden;
}
.screening-room .item .col1 {
	float:left;
	width:87px;
	height:52px;
	overflow:hidden;	
	margin-right:5px;
}
.screening-room .item .col2 {
	float:left;
	border:1px solid #404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c1c1c1;
	width:868px;
	height:52px;
}
.screening-room .item .col2 .col2a {
	float:left;	
	margin:5px;
	width:278px;
	margin-top:7px;
}
.screening-room .item .col2 .col2b {
	float:left;	
	margin:5px;
	width:278px;	
	margin-top:18px;
}
.screening-room .item .col2 .col2c {
	float:left;	
	margin:5px;
	width:216px;
	margin-top:18px;	
}
.screening-room .item .col2 .play {
	float:left;	
	background-image:url(images/play.png);
	background-position:0px 0px;
	width:57px;
	height:25px;
	margin-top:15px;	
	cursor:pointer;
}
.screening-room .item .col2 .play:hover {
	background-position:0px -25px;	
}

#bg-trans {
	position:fixed;
	z-index:10;
	background-color:#000000;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}

.player-area {
	position:absolute;	
	width:500px;
	display:none;
	z-index:20px;
}
.player-area .close {
	float:right;
	background-image:url(images/close.png);
	background-position:0px 0px;
	width:55px;
	height:13px;
	cursor:pointer;
	disply:block;
}