@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#926a50;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/containerbg.png);
width:650px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
position:relative;
}

#header {
margin-bottom:0px;
}

#border {
width:28px;
float:left;
}

#content {
width:460px;
padding:15px;
padding-top:0px;
padding-bottom:0px;
float:left;
}

#navigation {
width:130px;
float:left;
padding:10px;
margin-right:10px;
padding-top:0px;
padding-bottom:0px;
}

#ff-fix {
line-height:53px;
clear:both;
background-image:url(images/bottombg.png);
}

p {
margin-bottom:15px;
line-height:1.4;
font-weight:bold;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#7e5d47;
font-size:14px;
text-decoration:none;
letter-spacing:1px;
height:20px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:0px;
text-align:center;
margin-bottom:10px;
background-image:url(images/h1bg.png);
}

.member {
background-image:url(images/bg.png);
padding:5px;
margin-bottom:10px;
}

a,a:link,a:active {
color:#7e7047;
text-decoration:none;
font-weight:bold;
}

b,span {
color:#7e7047;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#a08e58;
}

#navigation a {
border-bottom:0;
display:block;
margin:0;
padding:3px;
}

#navigation a:hover {
background-image:url(images/bg.png);
}

input,textarea,select {
background-color:#473435;
background-image:url(images/h1bg.png);
border:1px solid #383336;
color:#926a50;
}
