@charset "UTF-8";
body {
	background: #000;
	margin: 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
a {
	text-decoration: underline;
	color: #FFF;
}
#container  {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}

#home #mainContent  {
	background-image: url(images/home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 450px;
}
#enter #mainContent  {
	height: 450px;
}
#mainContent  {
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/*
#menu ul {
	margin: 0 auto;
	height: 27px;
	list-style-type: none;
	padding: 20px 0px 0px 20px;
}
#menu   ul li  {
	float: left;
	margin: 0px 10px 0px 10px;
	*margin: 0px;
	*padding: 0px;
	display: block;
}
#menu ul li ul {
	position: absolute;
	padding: 5px 0px 0px 0px;
	*padding: 25px 0px 0px 0px;
	display: none;
}
#menu ul li ul li {
	margin: 0px 20px 0px 0px;
	background:#000000;
}
#menu ul li:hover ul, #menu ul li .over ul {
	display: block;
}
#cast #menu ul li.cast ul {
	display: block;
}
#cast #menu ul li.syn_info:hover li.news:hover ul {
	display:none;
}
#syn_info #menu ul li.syn_info ul {
	display: block;
}
#syn_info #menu ul li.cast:hover li.news:hover ul {
	display:none;
}
#news #menu ul li.news ul {
	display: block;
}
#news #menu ul li.syn_info:hover li.cast:hover ul {
	display:none;
}
*/
#menu {
	margin: 0;
	padding: 0;
}
#menu a img {
	border-style:none;
}
#divider  {
	background-color: #FFFFFF;
	height: 1px;
	width: 800px;
	margin: 0;
}
#cast_content {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0px 10px 0px;
	font-size: 14px;
	text-align: left;
}
.cast_title {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 0;
}
#cast_menu {
	margin: 0px 0px 0px -22px;
	*margin: 0px 0px 0px 19px;
	display: none;
	width: 800px;
}
#cast_menu ul {
	margin: 0;
	list-style-type:none;
}
#cast_menu li {
	margin-right: 21px;
	*margin-right: 23px;
	float:left;
}
#cast #menu #cast_menu {
	display: block;
}
#mugshot  {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 5px 0px 0px 0px;
}
#trailer_content {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
}
#synopsis       {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
}
#company_info {
	width: 700px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
}
#syninfo_menu {
	display: none;
	list-style-type: none;
	margin: 0px 0px 0px 448px;
	*margin: 0px 0px 0px 488px;
}
#syninfo_menu ul {
	margin: 0;
	list-style-type: none;
}
#syninfo_menu li {
	float: left;
	margin-right: 20px;
}
#syn_info #menu #syninfo_menu {
	display: block;
}

#enter {
	background-image: url(images/smallcross.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 450px;
}
#footer {
	font-size: 9px;
	padding: 0 10px;
	margin-top: 50px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #CCCCCC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.hidden {
	display: none;
}
#news_menu {
	margin: 0px 0px 0px 267px;
	*margin: 0px 0px 0px 19px;
	display: none;
	width: 800px;
}
#news_menu ul {
	margin: 0;
	list-style-type:none;
}
#news_menu li {
	margin-right: 21px;
	*margin-right: 23px;
	float:left;
}
#news #menu #news_menu {
	display: block;
}
#news_content {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0px 10px 0px;
	font-size: 14px;
	text-align: left;
}