body
{
    background-image:url(crudeCheckerBoard.png);
    background-repeat: repeat;
    background-color: bisque ;
    color:  #221811;
    font-family: "Comic Sans MS";
}

#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;
    font-family: "wingdings";
}

footer
{
    background-color: #D2B48C;
    font-size: small;
    font-style: italic;
    text-align: center;

}