@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#242424;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
width:545px;
margin-top:15px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

#menu {
height:20px;
text-align:center;
margin-bottom:10px;
}

#header {
border:10px solid #161616;
background-color:#000000;
height:250px;
margin-bottom:10px;
}

#content {
background-color:#000000;
border:10px solid #161616;
background-image:url(images/bg_contentdiv.png);
width:505px;
float:left;
padding:10px;
padding-bottom:0;
}

#ff-fix {
line-height:1px;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
font-size:14px;
background-color:#16141a;
color:#8a8731;
border:2px solid #8a8731;
background-image:url(images/bg_content.png);
padding:5px;
text-align:center;
margin-bottom:10px;
}

.member {
margin-bottom:10px;
}

a,a:link,a:active {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333331;
}

b,span {
color:#333331;
font-family:Georgia, "Times New Roman", Times, serif;
}

a:hover {
color:#161616;
}

input,textarea,select {
background-color:#272721;
border:1px solid #8a8731;
color:#8a8731;
}
