body, html {
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Trebuchet MS";
  font-size: 14px;	
	background-color: #ffe8bf;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	height: 100%;
	color: #000;
	line-height: 150%;
}

#container {
	position: relative;
	width: 951px;
	margin-left:-475px;
	left:50%;
	height: auto;
	z-index:1;
	background-image: url('../images/container.jpg');
	background-repeat: repeat-y;
}

#header{
	position: relative;
	background-image: url('../images/header.jpg');
	width: 951px;
	height:366px;
	z-index:1;
}

#navigation img{
	border: 0px;
}

#navigation{
	position: relative;
	background-image: url('../images/navigation.jpg');
	width: 951px;
	height:71px;
	z-index:1;
	margin-bottom: 20px;
}

#navigation .trailer{
	position: relative;
	top: 0px;
	float: left;
	margin-right: 50px;
}

#navigation .pictureset{
	position: relative;
	top: 0px;
	float: left;
	margin-right: 50px;
}

#navigation .access{
	position: relative;
	top: 0px;
	float: left;
}

.clear{
	clear: both;
	padding:0px;
	margin:0px;
}

.moviecontainer{
	position: relative;
	background-image: url('../images/moviecontainer.jpg');
	background-repeat: no-repeat;
	width: 971px;
	height:533px;	
	z-index:1;
}

.moviecontainer img{
	border: 0px;
}

.moviecontainer .movietitle{
	position: relative;
	width: 784px;
	height: 47px;
	padding-top: 40px;
	padding-left: 167px;
}

.moviecontainer .movietitle h1{
	text-transform: uppercase;
	color: #805b19;
	width: 550px;
}

.moviecontainer .movieduration h1{
	position: absolute;
	top: 40px;
	left: 775px;
	text-transform: uppercase;
	color: #805b19;
	width: 170px;
}

.moviecontainer .c1{
	position: relative;
	width: 240px;
	height: 320px;
	border: 1px solid #000;
	left: 24px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
}

.moviecontainer .c2{
	position: relative;
	width: 658px;
	height: 320px;
	left: 24px;
	float: left;
}

.moviecontainer .c2 .thumb1{
	position: relative;
	width:320px;
	height: 240px;
	border: 1px solid #000;
	float: left;
	margin-right: 13px;
}

.moviecontainer .c2 .thumb2{
	position: relative;
	width:320px;
	height: 240px;
	border: 1px solid #000;
	float: left;
}

.moviecontainer .c2 .description{
	position: relative;
	margin-top: 5px;
	width:646px;
	height: 60px;
	float: left;
	padding: 5px;
}

.moviecontainer .trailer{
	position: relative;
	width: 278px;
	height: 65px;
	top: 10px;
	left: 17px;
	float: left;
	margin-right: 362px;
}

.moviecontainer .access{
	position: relative;
	width: 278px;
	height: 65px;
	top: 10px;
	left: 17px;
	float: left;
}

#footer{
	position: relative;
	width: 951px;
	height: auto;
	text-align: center;
}

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

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

h1{	
	position: relative;
	font-size: 18px;
	color:#000;
	margin: 0px;
	padding: 0px;
}


a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #000; text-decoration: underline; }
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: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 

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

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

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

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