@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5B5B5B;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	padding: 10px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#intro {
	width: 850px;
	margin-bottom: 30px;
	text-align: justify;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 850px;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
}
#ourgirls {
	width: 850px;
	margin-bottom: 40px;
	text-align: justify;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#pastupdates {
	width: 850px;
	margin-bottom: 40px;
	text-align: justify;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#bdsmfavs {
	width: 350px;
	margin-bottom: 40px;
	text-align: center;
	padding: 0px;
	float: left;
	color: #FFFFFF;
}
#bdsmfriends {
	width: 480px;
	margin-bottom: 40px;
	text-align: center;
	padding: 0px;
	float: right;
	color: #FFFFFF;
}
#joinchain {
	width: 850px;
	margin-bottom: 60px;
	text-align: justify;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 276px;
	background-image: url(images/joinchain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#joinchainbutton {
	height: 220px;
	width: 300px;
	float: left;
	margin-left: 275px;
	margin-top: 20px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	padding-top: 40px;
}
#slides {
	width: 860px;
	margin-bottom: 30px;
	text-align: justify;
	border: 5px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 890px;
	margin-top: 50px;
}
#navi {
	width: 860px;
	height: 60px;
	padding: 10px;
}
.clear {
	clear: both;
}
#logo {
	float: left;
	height: 81px;
	width: 860px;
	background-image: url(images/fetish-photo-shoots.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 20px;
}
.button {
	height: 38px;
	width: 236px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#button1 {
	float: left;
	height: 38px;
	width: 236px;
}
#button2 {
	float: left;
	height: 38px;
	width: 236px;
	margin-left: 80px;
}
#button3 {
	float: right;
	height: 38px;
	width: 236px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #520000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#ourgirls a img{
border:0;
}
#pastupdates a img{
border:0;
}
#bdsmfavs a img{
	border: 1px solid #860000;
}
#bdsmfriends a img{
	border: 1px solid #860000;
}
