body {
margin: 0px;
padding: 0px;

background: url('images/bg.jpg') repeat-x;
background-color: #f6f1de;
font-size: 11px;
color: #7c5f07;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 700px;
height: 453px;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 456px;
top: 232px;
left: 25px;
}

#stats {
position: absolute;
width: 425px;
top: 715px;
left: 40px;
}

#box
{
alignment: center;
background-color: #efdfbd;
height: 130px;
width: 339px;
color: #666666;
padding-top: 15px;
padding-left: 15px;
padding-right: 20px;
font-size: 12px;
overflow: hidden;
text-align: left;

}

#box strong
{
font-size: 13px;
text-transform: uppercase;
color: #7c8f85
}

#box a
{
font-size: 14px;

color: #556a5f;
}








#navigation {
position: absolute;
text-align: right;
width: 485px;
top: 195px;
left: 0px;
}





#navigation a{
margin: 0 2px 1px 2px;
font-size: 15px;
color: #392e0c;
}


#navigation a:hover {
color: #d07a5c;
} 


#navigation b{
margin: 3px 2px 1px 2px;
color: #a2a3a2;
font-size: 16px;
}


h1 {
color: #392e0c;
font-size: 16px;

}

h2 {
color: #5e4a08;
font-size: 14px;
letter-spacing: 5px;
}

h3 {
color: #47787b;
font-size: 14px;
}

a {

color: #7c5f07;
}

a:hover {
color: #000000;
} 