@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#2d292b;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

#container {
width:750px;
margin-top:0px;
margin-bottom:25px;
}

#header {
margin-bottom:0px;
position:relative;
}

#border {
width:28px;
float:left;
}

#content {
position:absolute;
left:20px;
text-align:left;
top:300px;
width:450px;
margin-top:15px;
}

#menu {
position:absolute;
left:480px;
top:307px;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#464243;
font-size:12px;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
letter-spacing:3px;
margin-bottom:10px;
padding:5px;
background-image:url(images/headerbg.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.member {
color:#464243;
padding:5px;
margin-bottom:10px;
background-image:url(images/headerbg.png);
font-weight:bold;
}

a,a:link,a:active {
color:#6e3a2e;
border-bottom:1px dashed #6e3a2e;
text-decoration:none;
font-weight:bold;
}

b,span {
color:#6e3a2e;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#752625;
border-bottom:1px dashed #752625;
}

input,textarea,select {
background-color:#c88681;
background-image:url(images/headerbg.png);
color:#2d292b;
border:0;
}

option {
padding-left:5px;
}
