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

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #727272;
	background-image: url(images/white-wall-3-2.png);
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	width: 595px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top:15px;
	position: relative;
	background-color: #5c5b5f;
	background-image:url(images/redox-01.png);
	border:5px solid #4a4a4c;
	border-left:0;
	border-right:0;
}
.leftborder, .rightborder {
	width: 20px;
	background-repeat: repeat;
	background-color:#343336;
	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: 555px;
	height: 345px;
}
#content {
	width: 365px;
	padding: 10px;
	padding-bottom:0px;
	padding-top:0;
	padding-left:0;
	padding-top: 0;
	float: left;
	margin-top:15px;
}
#navigation {
	width: 130px;
	float: left;
	padding: 15px;
	margin-right: 5px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-top:0px;
}
#ff-fix {
	line-height: 1px;
	clear: both;
}
p {
	margin-bottom: 15px;
	line-height: 1.7;
}
li {
	list-style-type: none;
	margin-bottom: 5px;
}
h1 {
background-color:#343336;
background-image:url(images/redox-01.png);
font-size: 14px;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
a, a:link, a:active {
	color: #f9f3c1;
	font-weight: bold;
}
.member {
	padding: 5px;
	margin-bottom: 10px;
background-color:#343336;
background-image:url(images/redox-01.png);
	margin-left:8px;
margin-right:8x;
margin-bottom:8px;
font-weight:bold;
padding:5px;
width:44%;
float:left;  overflow:hidden;
}

b, span {
	color: #f9f3c1;
	font-weight: bold;
}
a:hover {
	color: #f4d855;
}
#navigation a {
	color: #ffffff;
	text-align: center;
	display: block;
background-color:#343336;
background-image:url(images/redox-01.png);
	margin-bottom: 5px;
	padding: 3px;
	text-decoration: none;
	z-index: 2;
}
#navigation a:hover {
	color:#f9f3c1;
}
input, textarea, select {
background-color:#343336;
background-image:url(images/redox-01.png);
	color: #ffffff;
	border: 0;
	font-weight:bold;
}
.affiliate {
	opacity: 0.8;
	filter: alpha(opacity=80);
background-color:#343336;
background-image:url(images/redox-01.png);
	margin-right: 3px;
	margin-bottom: 0px;
	padding:5px;
}
.affiliate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
