@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-image:url(images/allbg.png);
color:#342221;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#container {
width:600px;
border:30px solid #201413;
border-top:0px;
margin-left:auto;
margin-right:auto;
background-image:url(images/contentbg.png);
}

li {
margin-left:25px;
}

#menu {
height:20px;
text-align:center;
margin-bottom:10px;
}

#header {
height:280px;
}

#statistics {
margin-left:20px;
margin-right:20px;
background-image:url(images/statisticbg.png);
color:#241312;
padding-top:5px;
padding-bottom:5px;
}

.fan {
margin-left:20px;
margin-right:20px;
background-image:url(images/statisticbg.png);
color:#241312;
padding-top:5px;
padding-bottom:5px;
margin-bottom:10px;
}

.fan p {
padding-bottom:0;
margin-bottom:0;
}

#statistics p {
padding-bottom:0;
margin-bottom:0;
}

#content {
float:left;
width:450px;
}

#menu {
float:left;
width:150px;
height:250px;
}

#content p {
margin-left:15px;
margin-right:15px;
}

#menu a {
display:block;
margin-bottom:5px;
margin-left:10px;
margin-right:5px;
}

#contentcontainer {
width:600px;
}

#ff-fix {
line-height:1;
clear:both;
}

p {
margin-bottom:15px;
line-height:1.4;
font-weight:bold;
}

li {
list-style-type:square;
margin-bottom:5px;
}

h1 {
color:#2c1b1a;
font-size:14px;
background-image:url(images/h1bg.png);
padding:4px;
text-align:center;
margin-bottom:10px;
}

.member {
color:#aa00c6;
border:1px solid #aa00c6;
text-align:center;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
color:#180d0d;
text-decoration:none;
font-weight:bold;
background-image:url(images/statisticbg.png);
}

b,span {
color:#180d0d;
font-weight:bold;
background-image:url(images/statisticbg.png);
}

a:hover {
color:#381f22;
}

input,textarea,select,option {
background-color:#60383c;
background-image:url(images/h1bg.png);
border:1px solid #000000;
color:#000000;
}
