﻿@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color:#f2f2f2;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:14px;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	color:#444d3e;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	color:#f2f2f2;
	font-size:19px;
	line-height:21px;
	top: 0px;
	position:relative;
}
.line {
	border-bottom: Solid 3px #444d3e;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.line2 {
	border-bottom: Solid 1px #444d3e;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.line3 {
	border-bottom: Solid 1px #444d3e;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 684px;
}
.line4 {
	border-bottom: Solid 3px #444d3e;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.line5 {
	border-bottom: Solid 0.5px #444d3e;
	margin-bottom: 10px;
	padding-bottom: 5px;		
}
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#444d3e;
	text-decoration:none;
}
a:hover {
	color:#444d3e;
	text-decoration:underline;
}
a:active {
	color:#444d3e;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
#wrapper {
	background-color:#f2f2f2;
	width: auto;
	height:auto;
}
#nav {
	width: 179px;
	height:600px;
	float:none;
	z-index:5000;
	position:absolute;
	background-color:#f2f2f2;
	padding: 15px 20px 20px 20px;
	left: 0px;
	top: 0px;
}
#nav {
   position:fixed;
}
#nav2 {
	width: 179px;
	height:50px;
	float:none;
	z-index:5000;
	position:fixed;
	top:595px;
	background-color:#f4f3f0;
	padding: 10px 20px 20px 20px;
}
#content {
	left: 220px;
	top:154px;
	width: auto;
	height: auto;
	float:left;
	position: absolute;
}
#contenttext {
	left: 300px;
	top:0px;
	width: 600px;
	height: auto;
	float:left;
	
	padding-top:140px;
}
#images {
	height: 600px;
	width: auto;
	white-space:nowrap;
}
.postercaption {
	height:40px;
	text-align:center;
	background-color:#f2f2f2;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
}

#poster {
	text-align:center;
}
#images img {
	margin-right: 15px;
}
.img {
        border: 0px none;
}	

.text_column {
	width: 290px;
	margin-right: 15px;
	float:left;
	position:relative;
	overflow:auto;
	white-space:normal;
	color:#333333;
	border-top: 0px dotted #444d3e;
	padding-top:6px;
	padding-left:230px;
	margin-top:0px;
	margin-left: 10px;
}
.lighter {
	color:#8f948b;
}
a:focus {
	outline: none;
	background-color: #333333;
	color: #333333;
}
#autoimage {
	height: 500px;
	width: 684px;
	margin-top: 5px;
}

