@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-color:#000000;
background-image:url(images/bg.png);
color:#a95019;
font-weight:bold;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
background-image:url(images/contentbg.png);
width:650px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

#header {
width:650px;
height:286px;
}

#border {
width:28px;
float:left;
}

#contentwrap {
width:650px;
background-image:url(images/header2.png);
background-position:top;
background-repeat:no-repeat;
}

#content {
width:620px;
padding:15px;
min-height:210px;
background-image:url(images/bottombg.png);
background-position:bottom;
background-repeat:no-repeat;
}

#navigation {
width:130px;
min-height:400px;
float:left;
padding:10px;
margin-right:25px;
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:#a13e01;
border:1px solid #a13e01;
font-size:14px;
text-decoration:none;
z-index:9999999;
letter-spacing:1px;
padding:5px;
text-align:center;
margin-bottom:10px;
background-image:url(images/h1bg.png);
}

.member {
background-image:url(images/h1bg.png);
padding:5px;
margin-bottom:10px;
color:#a13e01;
border:1px solid #a13e01;
}

a,a:link,a:active {
color:#834445;
border-bottom:1px dashed #834445;
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

b,span {
color:#834445;
font-weight:bold;
text-transform:uppercase;
font-size:10px;
}

a:hover {
color:#663536;
border-bottom:1px dashed #663536;
}

#navigation a {
color:#3f9eaa;
border:1px dashed #3f9eaa;
text-align:center;
display:block;
background-color:#dcecfe;
margin-bottom:5px;
padding:3px;
}

#navigation a:hover {
background-image:url(images/bg.png);
}

.member a:hover {
color:#000000;
border-bottom:1px dashed #000000;
}

input,textarea,select {
color:#a13e01;
border:1px solid #a13e01;
background-color:#FFA793;
background-image:url(images/h1bg.png);
}

option {
background-color:#FFA793;
}
