@charset "UTF-8";
body {
	background: #133854;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

a {
	color: #133854;
	font-weight: 700;
}

a:hover{
	color: #201D1C;
}



.content {
	background: #C5D8E0;
}
#slideshow {
	text-align: center;
}

 #navcontainer
{
	text-align: center;
}

 #navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #BD1216;
	color: #FDFDFD;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #0C151D;
	background: #BD1216;
}

#navcontainer ul li a:hover
{
	background-color: #4C6E92;
	color: #E4202E;
}



.footer {
	background: #BD1216;
}

.footer a {
	color: #B9CEDA;
	font-weight: 700;
}


.bios {
}
.actors {
	font-size: 16px;
	font-weight: 700;
	color: #BD1216;
}
.textHeavy {
	font-size: 14px;
	margin: 40px 20px 60px;
}
.rightLogo {
	text-align: right;
}
.homePageVideo {
	background: #C8DAE2;
	height: 600px;
	width: 800px;
	text-align: center;
}
.videoPromo {
	padding-top: 40px;
	padding-left: 40px;
}
