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

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #1f182a;
	background-image: url(images/black-paper.png);
	color: #b8b2ca;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	background-color: #605570;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top:15px;
	position: relative;
	background-image: url(images/black-paper.png);
	border:2px solid #5d556b;
	border-left:0;
	border-right:0;
}
.leftborder, .rightborder {
	width: 20px;
	background-repeat: repeat;
background-color:#483d59;
background-image:url(images/redox-01.png);
}
.leftborder {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
.rightborder {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
#bottomborder,#topborder{
		width: 100%;
		height:30px;
	background-repeat: repeat;
}
#header {
	position: relative;
	left: 20px;
	width: 600px;
	height: 373px;
}
#content {
	width: 388px;
	padding: 15px;
	padding-bottom:20px;
	padding-top:0;
	padding-left:0;
	padding-top: 0;
	float: left;
	margin-top:25px;
}
#navigation {
	width: 130px;
	float: left;
	padding: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-left: 35px;
	margin-top:10px;
}
#ff-fix {
	line-height: 1px;
	clear: both;
}
p {
	margin-bottom: 15px;
	line-height: 1.7;
	font-weight: bold;
}
li {
	list-style-type: none;
	margin-bottom: 5px;
}
h1 {
	background-color:#a59fb7;
		background-image: url(images/cardboard.png);
	border-bottom:2px solid #1a1722;
	color: #1a1722;
	font-size: 14px;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
a, a:link, a:active {
	color: #cac0e6;
	font-weight: bold;
}
.member {
margin-left:0px;
margin-right:12px;
margin-bottom:12px;
font-weight:bold;
padding:5px;
color:#ddc1a2;
width:44%;
float:left;  overflow:hidden;
	color: #1a1722;height:90px;
	background-color: #a59fb7;
		background-image: url(images/cardboard.png);
}
.member a,.member span,.member a:visited,.member a:active {	color: #4e3b6d;}

b, span {
	color: #cac0e6;
	font-weight: bold;
}
a:hover {
	color: #948ab5;
}
#navigation a {
	color: #1a1722;
	text-align: center;
	display: block;
	background-color: #a59fb7;
		background-image: url(images/cardboard.png);
	margin-bottom: 5px;
	padding: 3px;
	text-decoration: none;
	z-index: 2;
}
#navigation a:hover {
	background-color:#cac0e6;
}
input, textarea, select {
	background-color: #a59fb7;
		background-image: url(images/cardboard.png);
	border: 0;
	color: #1a1722;
	font-weight:bold;
}
.affiliate {
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #a59fb7;
		border:2px solid #1a1722;
	margin-right: 7px;
	margin-bottom: 7px;
}
.affiliate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
