html {
    font-family:"arial",sans-serif;
    font-size:0.8em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5;
    color:#303030;
	margin:0;
}
body {
	margin:0;
	padding:0;
}
img {
	border:0;
}
.main {
    width: 984px;
    margin: 0 auto;
    text-align: left;
    height: auto;
	background:#FAF8F9;
}
.header {
	width:984px;
	height:284px;
	background:url(../images/bg-header.jpg) no-repeat;
	position:relative;
}
.header span {
	display:block;

}
.header ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
	display:block;
	width:955px;
	float:left;
	height:46px;
}
.header ul li {
	display:block;
	float:left;
	margin:10px;
}
.header ul li img {
	position:relative;
	border:0;
}
.wrapper-content {
	width:915px;
	margin:20px 0 0 65px;
	height:auto;
	min-height:670px;
}
.left-content {
	width:670px;
	float:left;
}
.right-content {
	margin:0 0 0 15px;
	width:230px;
	float:left;
}
.right-content img {
	display:block;
	margin:15px 0 0 0;
}
.right-content-separator {
	width:158px;
	height:1px;
	display:block;
	background:#BEBCBD;
	margin:37px 0 0 25px;
}
.footer {
	margin:20px 0 0 65px;	
	
}
.footer ul {
	margin:0 10px 0 0;
	padding:0;
	height:190px;
	#height:170px;
	clear:both;
	float:left;
}
.footer ul li {
	width:210px;
	border-right:1px solid #BEBCBD;
	height:144px;
	display:block;
	float:left;
	text-align:center
}
.legals {
    width: 960px;
    margin: 15px auto;
    text-align: left;
    height: auto;
}
.legals p {
	width:900px;
	margin:0 0 0 50px;
	padding:0;
	font-weight:bold;
	font-size:10px;
	color:#060709;	 
}
.movies {
	width:520px;
	clear:both;
	float:left;
	height:auto;
	margin:0 0 0 30px;
}
.movies ul {
	margin:0;
	padding:0;
	list-style:none;
}
.movies ul li {
	padding:0;
	margin:10px 0;
}
.movies p {
	font-size:12px;
	font-weight:bold;
	height:25px;
	width:510px;
	background:#CCCCCC;
	padding:5px 0 0 10px;
	vertical-align:middle;
}
.movies span {
	display:block;
	margin:20px 0;
	font-size:11px;
}
.title-sections p {
	margin:0;
	padding:0px 0 10px 0;
}
.title-sections h3 {
	margin:0;
	padding:0;
}

.movie-title {
	color: #303030;
	text-decoration: none;
}

.movie-title:hover {
	text-decoration: underline;
}

.section-selector {
	font-size: 24px;
}

.section-selector a {
	color: #000;
	text-decoration: none;
}

.section-selector a:hover {
	text-decoration: underline;
}

.section-selector a.selected {
	color: #A70000;
	font-weight: bold;
}

.view-movie {
	color: #A70000;
	text-decoration: none;
}

.link-section {
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
}

.link-section:hover {
	color: #A70000;
	text-decoration: underline;
}

.movie-title-list {
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	line-height: 30px;
}

.movie-title-list:hover {
	color: #A70000;
	text-decoration: underline;
}