﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #036;
}
#masthead_logo {
  float: left;
}
#masthead_tagline {
  float: left;
  height: 90px;
  line-height: 100px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#masthead_left_tagline {
  float: left;
  height: 90px;
  line-height: 100px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 20px;
  color: #fff;
}
#masthead_contact {

}
.announcement {
  width: 450px;
  margin-left: 90px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: #113962;
  text-align: center;
}
.spotlight {
  width: 600px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px;
  border-style: solid;
  border-color: #113962;
}
.landing {
  width: 450px;
  margin-left: 4px;
  border: 1px;
  border-style: solid;
  border-color: #113962;
  text-align: center;
}
.movie {
  margin-left:105px;
  font-weight: bold;
  font-family: Verdana;
}
.picture {
  padding: 10px;
  margin: 5px;
}
#movie {
  margin-left:105px;
}
#movie_title {
  margin-left:153px;
}
#movie_credit_caption {
  margin-left:230px;
  font-size:10px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#breadcrumbs {
  font-size:10px;
  line-height:1.2;
  text-align:left;
}
#column_l {
	margin: 1px 200px 1px 1px;
	padding: 0 15px;
	background-color: #fff;
}
#column_ldef {
	margin: 1px 200px 1px 1px;
	padding: 0 15px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	float: left;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: absolute;
	top: 138px;
	right: 3px;
}
#footer {
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 6px 5px 6px 0px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 88px;
	text-align: center;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3 {
	font-weight: normal;
	font-family: Verdana;
}
.style4 {
  font-family: Verdana;
  font-weight: bold;
  margin-left:200px;
}
