/*
Layout by Kibumie
*/

body {
background: #E8F3F9;
margin: 0px;
color: #989898;
font-family: verdana, arial;
font-size: 11px;
letter-spacing: 1px;
text-align: justify;
}

.nav {
background: #CCC574;
height: 35px;
border-bottom: 5px solid #DAD489;
}

.navi {
margin: 0 auto;
width: 374px;
text-align: center;
}

.navi a {
width: 74px;
padding-top: 10px;
height: 25px;
float: left;
display: block;
color: #FBF5AB;
text-transform: uppercase;
border-bottom: 5px solid #DAD489;
}

.navi a:hover {
background: #BBD0D4;
border-bottom: 5px solid #CBE2E6;
}

.header {
background: url('header.png') no-repeat;
margin: 0 auto;
width: 374px;
height: 253px;
border-bottom: 10px solid #F1D4C8;
}

.content {
background: #ffffff;
width: 364px;
padding: 5px;
border-bottom: 20px solid #E6B6B8;
margin: 0 auto;
line-height: 200%;
}

.fans li {
background: #FFF0DB;
list-style-type: none;
list-style-image: url('bullet.png');
color: #C39553;
margin-left: 20px;
padding-left: 3px;
border-bottom: 1px solid #ffffff;
}

.fans li a {color:#9C6A3E;}

b {color: #A77C5B; font-size: 18px; font-family: century gothic;}
.content a {color: #DA9C52;text-decoration: none;}
.content a:hover {color: #000000;}

a {text-decoration: none;}

select, input, textarea {
background: #E8F3F9;
border: 1px dotted #CCC574;
color: #8FAE5F;
font-size: 11px;
font-family: verdana;
}


