@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
background-image:url(images/green_purple_2.jpg);
color:#4c5144;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
width:395px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
}

#menu {
height:20px;
text-align:center;
margin-bottom:10px;
}

#header {
height:314px;
margin-bottom:12px;
}

#content {
background-color:#ccd2be;
border:4px solid #edecd8;
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:#8d977c;
font-size:14px;
background-color:#ebe8d0;
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:#a97150;
text-decoration:underline;
font-weight:bold;
}

b,span {
color:#a97150;
font-weight:bold;
}

a:hover {
color:#814a28;
}

input,textarea,select {
background-color:#ebe8d0;
border:1px solid #8d977c;
color:#4c5144;
}
