body, html {
  background-color: #fff;
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 14px;	
	background-color: #e4dec2;
	height: 100%;
	color: #000;
	line-height: 150%;
}

#container {
	position: relative;
	width: 900px;
	margin-left:-450px;
	left:50%;
	height: auto;
	z-index:1;
}

#header{
	position: relative;
	background-image: url(../images/header.jpg);
	width: 900px;
	height:529px;
	z-index:1;
	cursor: pointer;
	margin:0px;
	paddin:0px;
}

#flashheader{
	position: relative;
	width: 168px;
	height: 295px;
	left: 732px;
	top: 146px;
}

/* moviecontainer */
.moviecontainer{
	position: relative;
	background-image: url(../images/moviecontainer.jpg);
	width: 900px;
	height:522px;
	z-index:1;
}

.moviecontainer img{
	border: 0px;
}

.movietitle{
	position: relative;
	width: 700px;
	height: 80px;
	float: left;
}

.movieDuration{
	position: relative;
	width: 200px;
	height: 40px;
	float: left;
	padding-top:40px;
	color: #000;
}


.movietitle h1{
	position: relative;
	width: auto;
	top: 40px;
	left: 70px;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	color:#9d8b69;
	margin:0;
	padding:0;
}

.leftcontainer{
	position: relative;
	width:240px;
	height: 320px;
	left: 17px;
	float: left;
	margin-right: 29px;
}

.middlecontainer{
	position: relative;
	width: 447px;
	height: 320px;
	float: left;
	overflow: hidden;
}

.thumb{
	position: relative;
	width: 200px;
	height: 150px;
	float: left;
	margin-bottom: 18px;
	margin-right: 17px;
}

.rightcontainer{
	position: relative;
	left: -14px;
	width: 172px;
	height: 303px;
	float: left;
	padding: 5px;
	overflow: hidden;
}

.preview{
	position: relative;
	width: 476px;
	height:98px;
	top: 22px;
	float: left;
}

.access{
	position: relative;
	width: 424px;
	height:98px;
	top: 22px;
	float: left;
}


.clear{
	clear: both;
}

h1{
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	color:#797667;
	margin:0;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
}


#footer{
	position: relative;
	width: 900px;
	margin-left:-450px;
	left:50%;
	height:100px;
	z-index:1;
	text-align: center;
}


.quickJumperContainer{
	font-size: 11px;
	position: relative;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #c5bf9f;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #e9e6d3;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}


a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #000; text-decoration: none; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; } 

a.quickJumperSelected:link {color: #000; text-decoration: none; }
a.quickJumperSelected:hover {color: #000; text-decoration: none; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 

a:link {
color: #797667;
text-decoration:none;
}

a:hover {
color: #000000;
text-decoration:none;
}

a:visited {
color: #797667;
text-decoration:none;
}

a:active {
color: #797667;
text-decoration:none;
}
