body 
{
font-family: serif;
font-size: 15px;
background-color: #9b8965;
color: #000;
padding: 0px 0 0;
text-align: center;
margin: 0px auto;
}

/* Layout-Box */
#box
{
height: 100%;
}

/* Banner */
#header
{
height: 90px;
background-image: url(../images/bg.jpg);
overflow: hidden;
}

img.logo
{
float: left;
}

img.header
{
text-align: center;
margin-right: 20px;
}

/* Navigate */
#nav
{
text-align: left; 
height: 20px;
background-color: #726237;
background: url("../images/button.gif") repeat-x 20px;
border-bottom:1px solid #726237;
border-top:1px solid #726237;
overflow: hidden;
}

#nav ul
{
padding: 0;
margin: 0;
display: inline;
background: url("../images/button.gif") repeat-x 20px;
}

#nav li
{
list-style-type: none;
padding: 0;
margin: 0;
display: inline;
float: left;
background: url("../images/button.gif") repeat-x 20px;
font: 10px/20px "Helvetica", verdana;
text-align: center;
cursor:pointer;
}

#nav a
{
color: #000;
text-decoration: none;
display: block;
border-right: 1px solid #726237;
width: 90px;
}
#nav li#active { background: url("../images/buttonHover.gif") repeat-x 20px; }
#nav a:hover { background: url("../images/buttonHover.gif") repeat-x 20px; }


/* Content */
#content
{
text-align: left;
margin: 5px;
font-size: 20px;

}

h1
{
font-size: 1em;
border-bottom: 2px solid black;
}
