@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#262431;
background-image: url(images/otis-redding.png);
color:#a797a6;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#container {
	width:662px;
	margin-left:auto;
	margin-right:auto;
	background-color:#1c0c2e;
	padding-bottom:15px;
	padding-top:0px;
	position:relative;
}

#leftborder, #rightborder {
	width: 20px;
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#3f1f3c;
}
#leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
#rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

#content {
	width:522px;
	padding-left:70px;
	padding-right:80px;
	padding-bottom:20px;
	padding-top:0px;
}

#header {
	height:350px;
	width:700px;
	margin-left:20px;
}

#content {
margin-bottom:15px;
padding-bottom:0;
}

p {
margin-bottom:15px;
line-height:1.7;
}

li {
list-style-type:square;
margin-left:50px;
margin-bottom:5px;
}

h1 {
	padding:5px;
	padding-right:10px;
	text-decoration:none;
	font-size:14px;
	color:#c2c5c7;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#3f1f3c;
}

#menu {
	padding:10px;
	text-align:center;
	margin-bottom:25px;
}

#menu a {
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	margin-left:15px;
	margin-right:15px;
	color:#8e638a;
	}
	
	#menu a:hover {
		color:#cdbca6;
	}

input,textarea,select {
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#3f1f3c;
color:#e5e5e7;
border:0;
}

.member {
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#3f1f3c;
	margin-left:0px;
margin-right:15px;
margin-bottom:15px;
font-weight:bold;
padding:10px;
width:42%;
float:left; 
color:#e5e5e7;
}

a,a:link,a:active {
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#c2c5c7;
}

b,span {
color:#c2c5c7;
font-weight:bold;
font-size:12px;
}

a:hover {
		color:#c88279;
}

#ff-fix {
line-height:1;
clear:both;
}

.affiliate {
    opacity: 0.8;
    filter: alpha(opacity=80);
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#3f1f3c;
margin-right:10px;
margin-bottom:2px;
padding: 8px;	
}

.affiliate:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}