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

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

#header{
	position: relative;
	background-image: url(../images/header.jpg);
	width: 926px;
	height:294px;
	z-index:1;
	cursor: pointer;
}

#headerNav{
	position: relative;
	background-image: url(../images/headerNav.jpg);
	width: 917px;
	height:63px;
	z-index:1;
}

#headerAccess{
	position: relative;
	width: 236px;
	height: 34px;	
	float: left;
}

#headerTrailer{
	position: relative;
	width: 229px;
	height: 34px;
	left: 7px;
	float: right;
}


#headerTrailer{
	position: relative;
	width: 236px;
	height: 34px;
	floatt: left;
}

#footer{
	position: relative;
	width: 926px;
	height:100px;
	z-index:1;
	text-align: center;
}


.movieContainer{
	position: relative;
	width: 902x;
	height: 499px;
	padding-top: 12px;
	padding-left: 32px;
	background-image: url(../images/movieContainer.jpg);
	background-repeat: no-repeat;
}

.titleCnt{
	position: relative;
	width: 860px;
	margin: 0px;
	padding: 0px;
	height: 23px;
}

.movTitle{
	position: absolute;
	width: 852px;
	height: 20px;
	color: #000;	
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

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

.leftContainer{
	position: relative;
	width: 330px;
	height: 499px;
	float: left;
}

.thumb320_1{
	position: relative;
	width: 320px;
	height: 240px;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.descriptionContainer{
	position: relative;
	width: 310px;
	padding: 5px;
	line-height: 200%;
}

.midContainer{
	position: relative;
	width: 207px;
	float: left;
	height:499px;
}

.thumb200_1{
	position: relative;
	width: 200px;
	height: 150px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

.thumb200_2{
	position: relative;
	width: 200px;
	height: 150px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

.rightContainer{
	position: relative;
	width: 335px;
	height: 499px;
	float: left;
}

.thumb320_2{
	position: relative;
	width: 320px;
	height: 240px;
	border: 1px solid #000;
	margin-bottom: 5px;
}

.moviePreview{
	position: relative;
	width: 321px;	
	height: 29px;
	margin-bottom: 3px;
	background-color: #000;
}

.movieAccess{
	position: relative;
	width: 320px;
	height: 29px;
}

.webcamContainer{
	position: relative;
	width: 940x;
	height: 373px;
	padding-top: 40px;
	padding-left: 80px;
	background-image: url(../images/webcamCnt.jpg);
	background-repeat: no-repeat;
}

/* webcam containers */
.webcamCnt{
	position: relative;
	width: 146px;
	height: 143px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	border: 1px solid #000;
	text-align: center;
}

.webcamCnt img{
	border-top: 1px solid #000;
}

.chatBtn{
	position: relative;
	width: 146px;
	top: -3px;
	height: 18px;
	background-color: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;

}

.perfContainer{
	position: relative;
	width: 110px;
	height: auto;
	float: left;
	margin-right:  6px;
	margin-bottom: 6px;
	border-top: 1px solid #000;
}

.perfContainer img{
	border: 1px solid #ccc;
}

/* webcam containers */


.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: #ffa338;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #fd6b00;
	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: #ff0060; 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: #ff0060; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 

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

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

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

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