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

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

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

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

#domainname{
	position: absolute;
	width: 150px;
	height: 20px;
	top: 220px;
	left: 170px;
}

#headerText{
	position: absolute;
	width: 280px;
	height: 75px;
	top: 420px;
	left:120px;
}

#headerAccess{
	position: absolute;
	width: 601px;
	height: 52px;
	top: 444px;
	left:399px;	
}


/* movieContainer */
.movieContainer{
	position: relative;
	background-image: url(../images/movieContainer.jpg);
	width: 1000px;
	height:544px;
	z-index:1;
	overflow: hidden;
}

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

.leftContainer{
	position: relative;
	width: 680px;
	height: 470px;
	margin-top:50px;
	left: 50px;
	float:left;
	margin-right: 50px;
}

.textContainer{
	position: relative;
	width: 670px;
	height: 110px;
}

.textContainer h1{
	font-size: 14px;
	color: #0a3906;
	margin:0px;
	padding:0px;
}

.thumb1{
	position: relative;
	width: 320px;
	height: 240px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 2px;
	float: left;
}

.thumb1 img{
	border: 1px solid #000;
}

.thumb2{
	position: relative;
	width: 320px;
	height: 240px;
	margin-top: 2px;
	float: left;
}

.thumb2 img{
	border: 1px solid #000;
}

.preview{
	position: relative;
	width: 344px;
	height: 110px;
	top: 10px;
	float: left;
}

.access{
	position: relative;
	width: 326px;
	height: 110px;
	top: 10px;
	float: left;
	margin-left: 3px;
}

.rightContainer{
	position: relative;
	width: 220px;
	height: 322px;
	margin-top:50px;
	padding-top: 30px;
	float: left;
}

.thumb3{
	position: relative;
	width: 202px;
	height: 152px;
	left: 15px;
	margin-bottom:20px;
}

.thumb3 img{
	border: 1px solid #000;
}

.thumb4{
	position: relative;
	width: 202px;
	height: 152px;
	left: 15px;
}

.thumb4 img{
	border: 1px solid #000;
}


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

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

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

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

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: #a7bd71;
text-decoration:none;
}

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

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

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