@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#a4943b;
background-image:url(images/bg.png);
color:#8b726e;
font-weight:bold;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
width:900px;
height:550px;
position:absolute;
bottom:0;
}

#border {
width:28px;
float:left;
}

#header {
float:left;
width:485px;
}

#content {
float:left;
width:400px;
height:500px;
margin-top:50px;
overflow:auto;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
font-weight:bold;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#533d3a;
font-size:12px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
letter-spacing:3px;
text-align:center;
margin-bottom:10px;
padding:5px;
background-image:url(images/headerbg.png);
}

.member {
padding:5px;
margin-bottom:10px;
margin-right:10px;
color:#6b4f4c;
background-image:url(images/headerbg.png);
}

a,a:link,a:active {
color:#7b5b49;
border-bottom:1px dashed #7b5b49;
text-decoration:none;
font-weight:bold;
}

b,span {
color:#7b5b49;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#b08256;
border-bottom:1px dashed #b08256;
}

input,textarea,select {
background-color:#eff2bf;
border:1px solid #8b726e;
color:#8b726e;
}

option {
padding-left:5px;
}
