/* Subheader CSS */
.subheader {
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height:200px;
	margin:20px 0;
	position:relative;
	left:185px;
}
.subheader .headline {
	font-size: 155%;
	font-weight: bold;
	width: 375px;
	padding: 20px 0px 0px 70px;
	line-height: 30px;
	position:relative;
}
.subheader .text{
	font-size: 85%;
	padding: 0px 0px 0px 70px;
	line-height: 20px;
	width: 375px;
	position:relative;
}
#subheader-movie-shell {
	width: 710px;
	margin:20px 0;
	position:relative;
	left:230px;
	float:left;
	background:#ccc;
	text-align:center;
	padding:30px 0;
}
.subheader-movie {
	width:640px;
	height:360px;
	text-align:center;
	border:3px solid #333;
	position:relative;
	display:block;
	vertical-align:top;
	left:33px;
}
.subheader-movie img {
	border:0;
	display:inline-block;
	overflow:hidden;
}
