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

* {
padding:0;
margin:0;
}

body {
background-color:#293032;
background-image: url(images/white-wall-3-2.png);
color:#b2b2b4;
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

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

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

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

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

#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:#cdbca6;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
	background-image: url(images/debut-light.png);
	background-repeat: repeat;
	background-color:#010a0c;
}

#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:#c88279;
	}
	
	#menu a:hover {
		color:#cdbca6;
	}

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

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

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

b,span {
color:#cdbca6;
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:#283234;
margin-right:10px;
margin-bottom:2px;
padding: 8px;	
}

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