@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#f3db6d;
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
width:600px;
background-image:url(images/bg_content.png);
border:4px solid #3d0e06;
margin-top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

#menu {
float:left;
width:130px;
padding:10px;
}

#menu a {
display:block;
border-bottom:0;
color:#b88844;
}

#menu a:hover {
color:#60401d;
}

#header {
width:600px;
border-bottom:0;
}

#content {
width:430px;
float:left;
padding:10px;
padding-bottom:0;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
}

h1,h2 {
font-size:14px;
background-color:#220301;
color:#f3db6d;
padding:5px;
text-align:center;
margin-bottom:10px;
letter-spacing:3px;
}

.member {
color:#aa00c6;
border:1px solid #aa00c6;
text-align:center;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
color:#b88844;
text-decoration:none;
font-weight:bold;
}

b,span {
color:#b88844;
font-weight:bold;
}

a:hover {
color:#60401d;
}

input,textarea,select {
background-color:#5f210f;
border:1px solid #f3db6d;
color:#f3db6d;
}