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

* {
padding:0;
margin:0;
}

body {
background-color:#ffffff;
background-image:url(images/bg.png);
color:#949e82;
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/contentbg.png);
width:680px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

#header {
height:414px;
}

#border {
width:28px;
float:left;
}

#content {
width:475px;
padding:15px;
padding-top:0;
float:left;
z-index:2;
}

#navigation {
width:130px;
float:left;
padding:15px;
margin-right:15px;
padding-top:0px;
padding-bottom: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:#f9f7e5;
color:#868f75;
font-size:14px;
text-decoration:none;
letter-spacing:1px;
padding:5px;
text-align:center;
margin-bottom:10px;
}

.member {
background-color:#f9f7e5;
color:#949e82;
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:#a7848f;
font-weight:bold;
}

b,span {
color:#a7848f;
font-weight:bold;
}

a:hover {
color:#81656e;
}

#navigation a {
color:#949e82;
text-align:center;
display:block;
background-color:#f9f7e5;
margin-bottom:5px;
padding:3px;
border-bottom:0;
text-decoration:none;
}

#navigation a:hover {
background-color:#e8e5cd;
}

input,textarea,select {
background-color:#f9f7e5;
border:0;
color:#949e82;
}

.affiliate {
    opacity: 0.6;
    filter: alpha(opacity=60);
	border: 1px dotted #868f75;
background-color:#f9f7e5;
margin-right:7px;
margin-bottom:7px;
padding: 5px;	
}

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