
@import url(navigation.css);
body, html {
	behavior:url("css/csshover.htc");
  background-color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "Lucida sans unicode";
  font-size: 11px;
	line-height: 150%;
	background-color: #F06EE8;
	height: 100%;
	color: #fff;
}

#container {
	position: relative;
	width: 901px;
	top: 40px;
	margin-left:-450px;
	left:50%;
	height: auto;
	z-index:1;
	background-color: #333;
	border: 1px solid #fff;
}

#header{
	position: relative;
	background-image: url(../images/headers/8.jpg);
	width: 900px;
	height:179px;
	z-index:1;
}

#startPage{
	position: absolute;
	width: 264px;
	top: -24px;
	left: 637px;
	height: auto;
	z-index:10;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;	
}

#navigationBar{
	position: relative;
	width: 900px;
	height: auto;
	background-color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mainContainer{
	position: relative;
	width: 900px;
	height: auto;
}

#leftContainer{
	position: relative;
	width: 614px;
	height: auto;
	float: left;
	padding: 10px;
	border-right: 1px dotted #ccc;
}

#rightContainer{
	position: relative;
	width: 244px;
	height: auto;
	float: left;
	background-color: #2d2d2d;
	padding: 10px;
}

p{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 12px;
	color: #ccc;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 3px;
}

.customPaysites img{
	border: 1px solid #000;
}

.mov_title{
	color: #ff0000;
	font-weight: bold;
}

/* mustsee.php site container */

.form_title {
	background-color: #000;
	color: #fff;
	height: auto;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	z-index: 0;
}

.form_container {
	color: #fff;
	height: auto;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #000;
	z-index: 0;
}

.cols3 {
	width: 155px;
	float: left;
}

/* mustsee.php site container */

/* webcam containers */
.webcamCnt{
	position: relative;
	width: 146px;
	height: 145px;
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}

.chatBtn{
	position: relative;
	width: 146px;
	top: -2px;
	height: 16px;
	border-top: 1px solid #ccc;
	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;
}

.perfContainer img{
	border: 1px solid #ccc;
}

/* webcam containers */


/* movie containers */

.pictureSets{
	position: relative;
	width: 144px;
	height: 194px;
	background-color: #000;
	float: left; 
	padding:3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.moviePreview{
	position: relative;
	width: 192px;
	height: 320px;
	background-color: #000;
	float: left; 
	padding:3px;
	margin-left: 5px;
	margin-bottom: 2px;
}

.movDesc{
	position: relative;
	width: 192px;
	height: 140px;
}


a:link {
color: #fff;
text-decoration:none;

}

a:hover {fff
color: #ff0000;
text-decoration:none;

}

a:visited {
color: #fff;
text-decoration:none;

}

a:active {
color: #fff;
text-decoration:none;

}

a.catLink:link { 
	color: #fff; 
	text-decoration: none; 

}
a.catLink:visited {
	color: #fff; 
	text-decoration: none; 
}
a.catLink:hover {
	color: #fff; 
	text-decoration: none; 
}
a.catLink:active {
	color: #fff; 
	text-decoration: none; 
} 
