body {
	margin:0;
	padding:0;
	font-family: Geneva, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

a, a:visited {
	color: #36c;
}

a:hover {
	color: #000;
}

p {
	margin-bottom: 1.7em;
}

#maincontainer {
	position:absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#logo {
	display: block;
	position: absolute;
	top: -20px;
	left: 0px;
	width: 1000px;
	height: 280px;
	z-index: 1;
}

#social {
	display: block;
	position: absolute;
	top: 53px;
	left: 592px;
	width: 400px;
	height: 50px;
	text-align: right;
	z-index: 2;
}

#nav {
	display: block;
	position: absolute;
	top: 180px;
	left: 220px;
	width: 780px;
	height: 40px;
	text-align: right;
	z-index: 2;
}

#mailing_list {
	display: block;
	position: absolute;
	top: 15px;
	width: 1000px;
	font-size: 12px;
	text-align: right;
	z-index: 2;
}

#content {
	display: block;
	position: absolute;
	top: 210px;
	width: 1000px;
	z-index: 2;
}

.leftcol {
	background: #36c; /* #78787d */
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

.leftcol h1 {
	color: #000;
	font-weight: bold;
}

.leftcol a {
	color: #fff;
	text-decoration: none;
}

.leftcol a.past, .leftcol a.past:visited {
	color: #CCC;
}

.leftcol a.current, .leftcol a.current:visited {
	color: #FF3;
	font-weight: bold;
}

.leftcol a:hover, .leftcol a.past:hover, .leftcol a.current:hover  {
	color: #000;
}



.rightcol {
	background: #000000;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
}

.rightcol h1 {
	color: #FFFFFF;
	font-weight: bold;
}

.rightcol a {
	color: #FFFFFF;
	font-size: 11px;
}

.centercol {
	background: #eee; /* #8896bd */
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
}

#minitabs {
	margin: 0;
	padding: 0 0 20px 12px;
	border-bottom: 1px solid #363636;
}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 11px 4px 11px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #696969;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #363636;
	padding-bottom: 2px;
	background: #fff;
	color: #000000;
}


#footer {
	background: #FFFFFF;
	color: #78787d;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.show_poster {
	border: 1px solid #000;
	margin-left: 15px;
	margin-bottom: 15px;
}

.show_pic {
	border: 1px solid #000;
	margin-left: 7px;
	margin-right: 8px;
}

.cast_pic {
	border: 1px solid #000;
	margin-right: 8px;
	margin-bottom: 8px;
}

hr {
	color: #000;
}

#btn, #btn:visited { background: #fafafa; color: #F03; text-transform: uppercase; text-decoration: none; padding: 5px 10px 5px 10px; font-weight: bold; border: 2px solid #F03; display: inline; margin-right: 15px; }

#btn:hover { color: #000; border: 2px solid #000; }

.rightcol #btn { margin-right: 0px; font-size: 13px; }

