@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#30284e;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/contentbg.png);
border:2px solid #30284e;
border-top:0;
width:450px;
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:430px;
padding:10px;
}

#navigation {
width:130px;
float:left;
padding:10px;
margin-right:10px;
padding-top:0px;
padding-bottom:0px;
}

#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:#793830;
font-size:14px;
text-decoration:none;
background-color:#e3b069;
letter-spacing:1px;
padding:5px;
margin-left:-10px;
margin-right:-10px;
text-align:center;
margin-bottom:10px;
}

.member {
background-color:#e3b069;
border:1px dashed #793830;
padding:5px;
margin-bottom:10px;
}

a,a:link,a:active {
color:#484936;
text-decoration:underline;
font-weight:bold;
}

b,span {
color:#484936;
font-weight:bold;
}

a:hover {
color:#2f3630;
}

#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:#e3b069;
background-image:url(images/h1bg.png);
border:1px solid #793830;
color:#793830;
}
