body
{
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #353F31;
background-color: #F5F5DC;
}

p
{
font-size: 1.4em;
}

a
{
text-decoration: none;
display: block;
}

a:link
{
color: #353F31;
}

a:visited
{
color: #353F31;
}

a:hover
{
background-color: #353F31;
color: #C35817;
}

h1, h2, h3, h4
{
text-transform: uppercase;
}

#container
{
width:790px;
background-color: #F5FFFA;
margin: 0 auto;
border-bottom: 5px solid #666660;
border-right: 5px solid #666660;
border-left: 1px solid #666660;
}

#header
{
background-color: #353F31;
text-align: center;
padding: 10px 0;
}

#header h1
{
font-size: 3.0em;
font-family: Arial, Helvetica, sans-serif;
font-weight: 100;
text-transform: none;
text-decoration: none;
letter-spacing: 0.1em;
}

#header a
{	
color: #FFFFFF;
}

#header a:hover
{
background-color: #353F31;
color: #C35817;
}

#footer
{
color: #FFFFFF;
background-color: #353F31;
text-align: center;
padding: 10px 0;
clear: both;
}

#footer h1
{
font-size: 1.0em;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
text-transform: none;
text-decoration: none;
}

#footer a
{	
color: #FFFFFF;
}

#footer a:hover
{
background-color: #353F31;
color: #C35817;
}

#sidebar
{
width:202px;
border: 0;
overflow: auto;
float: left;
border-right: 2px solid #666660;
}

#content
{
width:545px;
padding: 10px 20px;
float: right;
overflow: auto;
}

#nav
{
line-height: 1.2;
list-style: none;
padding: 5px;
font-size: 1.2em;
background-color: #ECD672;
}

#nav_links
{
list-style:none;
padding: 0 5px;
}

#nav_links li a
{
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 10px 10px 10px 10px;
}
