* {
margin:0;
padding:0;
}

body {
color:#442e37;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#000000;
background-image:url(images/bg.png);
}

#container {
width:400px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}

#header {
background-image:url(images/moonchild.png);
height:230px;
margin-bottom:10px;
}

#menu {
margin-bottom:10px;
}

#menu a:active,#menu a:visited,#menu a {
text-align:center;
font-style:Verdana;
font-size:12px;
color:#8b391a;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
padding:5px;
margin-left:20px;
}

#menu a:hover {
background-color:#eed583;
}

#menu,#content {
border:4px solid #211414;
background-color:#e3c3a4;
}

#content {
padding:3px;
padding-top:10px;
padding-bottom:10px;
}

#content a {
font-size:10px;
text-decoration:underline;
font-weight:bold;
color:#9e4928;
text-transform:uppercase;
padding:3px;
}

#content a:hover {
background-color:#eed583;
}

b,span {
font-size:9px;
font-weight:bold;
text-transform:uppercase;
color:#9e4928;
}

input,textarea,select {
background-color:#eed583;
font:11px arial;
color:#8b391a;
letter-spacing:1px;
border-color:#8b391a;
border-style:dotted;
border-width:1px;
padding:3px;
}

h1,h2,.head,.maintitle {
font-family:Verdana;
text-align:center;
font-size:12px;
font-weight:bold;
color:#442e37;
text-transform:uppercase;
border-bottom:2px solid #442e37;
}

p,h1,h2,.head,.maintitle {
margin-left:10px;
margin-right:10px;
margin-bottom:15px;
}

p {
line-height:1.2;
}

ul,li {
margin-left:25px;
}

ul {
margin-top:10px;
margin-bottom:10px;
}

.affie:hover {
background-color:#1B201C;
background-color:none;
}