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

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #d3cdcc;
	background-image: url(images/dark-wall.png);
	color: #6c6165;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #ffffff;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	position: relative;
		background-image: url(images/contentbg.png);
}
#leftborder, #rightborder {
	width: 30px;
	background-image: url(images/stripes.png);
	background-repeat: repeat;
}
#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: 30px;
	width: 550px;
	height: 390px;
}
#content {
	width: 355px;
	padding: 15px;
	padding-bottom:20px;
	padding-top:0;
	padding-left:0;
	padding-top: 0;
	float: left;
	z-index: 2;
}
#navigation {
	width: 130px;
	float: left;
	padding: 15px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: 35px;
}
#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:#e2e1df;
	border-bottom:2px solid #6c6165;
	color: #6c6165;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.member {
	background-color: #e2e1df;
	padding: 5px;
	margin-bottom: 10px;
	color: #6c6165;
}
a, a:link, a:active {
	color: #225900;
	font-weight: bold;
}
b, span {
	color: #225900;
	font-weight: bold;
}
a:hover {
	color: #1a1a1a;
}
#navigation a {
	color: #225900;
	text-align: center;
	display: block;
	background-color:#e2e1df;
	margin-bottom: 5px;
	padding: 3px;
	text-decoration: none;
}
#navigation a:hover {
	color: #1a1a1a;
}
input, textarea, select {
	background-color: #e2e1df;
	border: 0;
	color: #6c6165;
	border:1px solid #6c6165;
}
.affiliate {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #c9c4ba;
	margin-right: 7px;
	margin-bottom: 1px;
	padding: 7px;
}
.affiliate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
