/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #E8CFA1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: small;
	line-height: 150%;
    }
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE variations */
}
#main_content {
	padding: 5px;
	float: left;
	border: 1px solid #000000;
	width: 748px;
	background-color: #EFEFEF;
	margin-bottom: 5px;
}
h1 {
	font-family: GillSans, "Lucida Sans", sans-serif;
	font-size: 36px;
}
h2 {
	font-family: GillSans, "Lucida Sans", sans-serif;
	font-size: 28px;
}
h3 {
	font-family: GillSans, "Lucida Sans", sans-serif;
	font-size: 20px;
}
#header h3{
	margin-left: 130px;
	width: 625px;
	height: 100px;
	position: relative;
}
#header h3 span {
	background-image: url(images/header06.jpg);
	position: absolute;
	height: 100%;
	width: 100%;
}
#container {
	width: 760px;
	left: 50%;
	margin-left: -380px;
	position: relative;
	border: solid #909079 2px;
	padding: 4px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.black_hairline {
	border: 1px solid #000000;
}
#main_image {
	float: left;
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-bottom: 50px;
}
#navigation a {
	line-height: 30px;
	text-decoration: none;
	display: block;
	font-family: "Lucida Sans", "Century Gothic", "Eurostar Regular Extended", sans-serif;
	font-size: 20px;
	font-weight: bold;
	width: 240px;
	height: 30px;
	text-indent: 35px;
	background-color: #AD895C;
	border: 1px solid black;
	margin: 2px;
	color: #FFCC00;
}
#main_header {
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: left;
}
#navigation a:hover {
	background-color: #B0C0AC;
	color: #0066CC;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 5px 10px 0 5px;
	text-align: right;
	clear: both;
	color: #FFFFFF;
}
.thumb {
	padding: 5px;
	border: 1px solid #b8b8b8;
	margin: 5px;
	float: left;
}
.thumb_wrapper {
  height: 122px;
  float: left;
}
.photo_margin_right {
	margin: 5px 5px 5px 0;
}
#align_text_right {
	text-align: right;
	margin-right: 20px;
}
.articles {
	list-style-type: none;
}
.align_text_right {
	text-align: right;
	margin-right: 20px;
}
.align_text_center {
	text-align: center;
}
.align_text_left {
	text-align: left;
}
.thumb_index {
	padding: 5px;
	border: 1px solid #b8b8b8;
	margin: 5px;
}
.image_index {
	height: auto;
	padding: 5px;
	border: 1px black solid;
	margin-bottom: 5px;
	text-align:right;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.headline_clear_both {
	clear:both;
	margin-left:10px;
	padding-top:20px;
}
.seasons {
	margin-left: 75px;
	display: inline;
	margin-right: 10px;
}
.half_column_image_index {
	height: 185px;
	padding: 5px;
	border: 1px black solid;
	margin: 5px;
	text-align:right;
	width: 351px;
	float: left;
}
#filmography {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#news {
	width: 350px;
	height: 450px;
	float: right;
	overflow: scroll;
	margin-left: 5px;
}
.news_item {
	border: 1px solid #bc7467;
	width: 320px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.news_date {
	background-color: #e19886;
	border-bottom: 5px dotted #be9766;
	font-weight: bold;
}
.news_content {
	background-color: #c4d6b6;	
}
#news h3, p {
	margin: 5px;	
}
#sponsors {
	clear: both;
}
#site_map_left_column {
	width: 350px;
	float: left;
}
#site_map_right_column {
	width: 375px;
	float: right;
}
#video_player {
	margin: 10px;
}
#article_sidebar {
	width: 320px;
	float: left;
	/*border: 5px dashed #be9766;*/
	border-top: 10px dashed #be9766;
	border-bottom: 10px dashed #be9766;
	margin-right:7px;
	padding-bottom:10px;
	background-color: #e19886;
}
#article_sidebar_header {
	background-color: #e19886;
	text-align: center;
	
}
#article_sidebar_body {
	background-color: #c4d6b6;
	border: 5px dotted #be9766;
}