﻿body {
	margin: 0px;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header
{
	margin: 5px 0 0 0;
	width: 900px;
	height: 171px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}

#content
{
	width: 900px;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
	text-align: left;
}

#navigation
{
	margin-left: 75px;
	width: 155px;	
	padding: 5px;
	left: inherit;
	height: 500px;
	
	margin-top: -10px;
	
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 12px;
}

#main
{
	margin-left: 232px;
	width: 580px;
	padding: 5px;
	
	margin-top: -450px;
	
	font-family: "Segoe UI", Tahoma, Verdana;
	font-size: 12px;
	color: #2C8541;

}

#introText
{
	border: 2px dotted #aaaaaa;
	background-color: #efefef;
	margin: 0px 10px 10px 10px;
	padding: 5px;	
	text-align: justify;
}

#footer
{
	background-image: url('images/footer.png');
	width: 900px;
	height: 82px;
	position: relative;
	text-align: center;
}

.footerText
{
	font-family: Verdana, Tahoma, _sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #84ba92;
	letter-spacing: 3px;
}

.movie
{
	background-image: url('images/player_skin.png');
	background-repeat: no-repeat;
	text-align: center;
	width: 475px;
	height: 400px;
	position: relative;
	padding-top: 18px;
	padding-left: 1px;	
}

.bigText
{
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: larger;	
}

h2.bigText
{
	font-size: x-large;
	letter-spacing: 1px;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
}

h3.bigText
{
	font-size: larger;
	letter-spacing: 6px;
}

.title
{
	letter-spacing: 4px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: x-large;
}

ul
{
	list-style-type: square;
}

a:link
{
	text-decoration: none;
	color: #6CBD00;
}

a:hover{
	text-decoration: underline;
	color: #236E39;
}

a:visited{
	color: #84ba92;
}