@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-image:url(images/allbg.png);
color:#262626;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
width:550px;
border:30px solid #171717;
border-top:0px;
margin-left:auto;
margin-right:auto;
background-image:url(images/contentbg.png);
}

#menu {
height:20px;
text-align:center;
margin-bottom:10px;
}

#header {
height:256px;
margin-bottom:12px;
}

#content {
padding:10px;
margin-bottom:15px;
padding-bottom:0;
}

p {
margin-bottom:15px;
line-height:1.4;
}

li {
list-style-type:none;
margin-bottom:5px;
}

h1 {
color:#0c0c0c;
font-size:14px;
background-image:url(images/h1bg.png);
padding:5px;
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:#262626;
text-decoration:underline;
font-weight:bold;
}

b,span {
color:#262626;
font-weight:bold;
}

a:hover {
color:#000000;
}

input,textarea,select {
background-color:#535657;
background-image:url(images/h1bg.png);
border:1px solid #000000;
color:#000000;
}

option {
background-color:#535657;
background-image:url(images/h1bg.png);
}
