body, html {
  background-color: #fff;
  margin: 0px;
	padding: 0px;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 12px;	
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #8d1602;
	height: 100%;
	color: #000;
}

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

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

#siteInfo{
	position: relative;
	width: 500px;
	height: 60px;
	top: 225px;
	color: #ccc;
	padding: 0px;
	margin:0px;
	padding-left: 50px;
}

ul{
	padding: 0px;
	margin:0px;
	list-style:square;
}

#navigationBar{
	position: relative;
	background-image: url(../images/navigationBar.jpg);
	width: 938px;
	height:51px;
	z-index:1;
	padding-top: 1px;
}

.headerTrailer{
	position: relative;
	width: 180px;
	height: 51px;
	float: left;
	left: 513px;
}

.headerAccess{
	position: relative;
	width: 225px;
	height: 51px;
	float: right;
	left: -20px;
}

/* movieContainer */
.movieContainer{
	position: relative;
	background-image: url(../images/movieContainer.jpg);
	width: 909px;
	height:372px;
	z-index:1;
	padding-left: 29px;
	padding-top: 12px;
}

.movieTitle{
	position: relative;
	width: 400px;
	height: 34px;
	color: #ccc;
	padding-left: 14px;
	padding-top: 8px;
	float: left;
}

.movieDuration{
	position: relative;
	width: 400px;
	height: 34px;
	padding-top: 8px;
	color: #ccc;
	text-align: right;
	float: left;
}

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

.movieDuration h1{
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.movieTitle h1{
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.thumbContainer{
	position: relative;
	width: 877px;
	height: 280px;
}

.thumb1{
	position: relative;
	width: 320px;
	height: 239px;
	left: 10px;
	float: left;
	margin-right: 8px;
}

body img{
	border: 0px;
}

.thumb2{
	position: relative;
	width: 320px;
	height: 239px;
	left: 10px;
	float: left;
	margin-right: 20px;
}

.textContainer{
	position: relative;
	width: 185px;
	height: 239px;
	float: left;
	padding: 5px;
	color: #ccc;
	font-size: 10px;
}

.preview{
	position: relative;
	width: 324px;
	height:53px;
	padding-left: 10px;
	float: left;
}

.access{
	position: relative;
	width: 324px;
	height:53px;
	float: left;
}

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

/* webcam containers */
.webcamContainer{
	position: relative;
	width: 887px;
	height: 373px;
	padding-top: 40px;
	padding-left: 80px;
}

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

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



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

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

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

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