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

* {
padding:0;
margin:0;
}

body {
background-color:#ceb18f;
background-image:url(images/squared-metal.png);
color:#056411;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

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


#content {
	width:435px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:20px;
	padding-top:10px;
}

#header {
	height:400px;
	width:555px;
	margin-left:0px;
	padding-top:10px;
}

#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 {
background-image:url(images/squared-metal.png);
	background-repeat: repeat;
	background-color:#ceb18f;
	padding:5px;
	padding-right:10px;
	text-decoration:none;
	font-size:14px;
	color:#2d2a2b;
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}

input,textarea,select {
background-image:url(images/squared-metal.png);
	background-repeat: repeat;
	background-color:#ceb18f;
color:#2d2a2b;
border:0;
}

.member {
background-image:url(images/squared-metal.png);
	background-repeat: repeat;
	background-color:#d1beb3;
	color:#2d2a2b;
	padding: 5px;
	margin-bottom: 10px;
	margin-left:8px;
margin-right:8x;
margin-bottom:8px;
font-weight:bold;
padding:5px;
width:45%;
float:left;  overflow:hidden;
}

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

b,span {
color:#bc4946;
font-weight:bold;
font-size:12px;
}

a:hover {
		color:#2d2a2b;
}

#ff-fix {
line-height:1;
clear:both;
}


#menu {
	padding:10px;
	padding-top:0px;
	text-align:center;
}

#menu a {
	text-decoration:none;
	font-size:15px;
	margin-left:15px;
	margin-right:15px;
	color:#bc4946;
	}
	
	#menu a:hover {
		color:#2d2a2b;
	}

.affiliate {
    opacity: 0.8;
    filter: alpha(opacity=80);
background-image:url(images/squared-metal.png);
	background-repeat: repeat;
	background-color:#ceb18f;
margin-right:12px;
margin-bottom:5px;
padding: 9px;	
}

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