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

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #33616f;
	background-image: url(images/white-wall-3-2.png);
	color: #346d6b;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	background-color: #dce184;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top:15px;
	position: relative;
	background-image: url(images/cardboard.png);
	border:5px solid #5c8693;
	border-left:0;
	border-right:0;
}
.leftborder, .rightborder {
	width: 20px;
	background-image: url(images/bright-squares.png);
	background-repeat: repeat;
	background-color:#437c8d;
}
.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: 650px;
	height: 340px;
}
#content {
	width: 435px;
	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-image: url(images/bright-squares.png);
	background-repeat: repeat;
	background-color:#437c8d;
	border-bottom:0px;
	color: #f2fffb;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.member {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #e9e9c1;
	margin-left:25px;
margin-right:25px;
margin-bottom:10px;
font-weight:bold;
padding:5px;
margin-left:0px;
margin-right:15px;
margin-bottom:15px;
font-weight:bold;
padding:10px;
width:25%;
float:left;  overflow:hidden;
}
a, a:link, a:active {
	color: #395936;
	font-weight: bold;
}
b, span {
	color: #395936;
	font-weight: bold;
}
a:hover {
	color: #113d3c;
}
#navigation a {
	color: #346d6b;
	text-align: center;
	display: block;
	background-color: #e9e9c1;
	margin-bottom: 5px;
	padding: 3px;
	text-decoration: none;
	z-index: 2;
}
#navigation a:hover {
	background-color:#f3f3d6;
}
input, textarea, select {
	background-color: #e9e9c1;
	border: 0;
	color: #346d6b;
	border:0px;
	font-weight:bold;
}
input:hover,textarea:hover,select:hover {
		background-color:#f3f3d6;	
}
.affiliate {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #e9e9c1;
	border:0px;
	padding:7px;
	margin-right: 8px;
	margin-bottom: 4px;
}
.affiliate:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
