body
{
    background-color: #FCEBB6 ;
    color:  #221811;
    font-family: "Tahoma", "Arial", "sans-serif";
}

#wrapper { width: 960px; 
          margin-left: auto; 
          margin-right: auto; }

h1
{
    background-color: #D2B48C;
    color: #8C3826;
    text-align: center;
    line-height: 200%;
}

h2
{
    color: #8C3826 
}

nav
{
    font-weight: bold;
    text-align:center;
}

footer
{
    background-color: #D2B48C;
    font-size: small;
    font-style: italic;
    text-align: center;

}