body {
    background-color: #E4DBBF;
    color: #383127;
    font-family: Tahoma, Verdana,sans-serif;
    max-width: 960px;
    margin: 0 auto;
}

header {
    background-color: #6D8764;
    color: wheat;
    margin: -10px 0px 0px 0px;
    padding-left: 10px;
    border-radius: 0px 0px 8px 8px; 
}

footer {
    background-color: #6D8764;
    color: white;
    padding: 0px 8px 8px 8px;
    border-radius: 8px 8px 0px 0px;
}


h1 {
    margin-bottom: -10px;
    padding: 0px;
}

/* Footer Styles */
#footermenu ul {
    padding: 0 20px;
    list-style: none;
    position: relative;
    display: inline-table;
}

#CopyInfo {
    float: left;
    clear: both;
}

#footermenu {
    float: right;
}

#footermenu ul {
    margin: 0px;
    padding: 0px;
}

#footermenu ul li {
    float: left;
}

#footermenu ul li a {
    text-decoration: none;
    background: #efefef;
    border-radius: 6px;
    padding: 0px 10px 0px 10px;
    margin-right: 6px;
    color: #4b545f;
}
