html {
    font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 16px;
}
/*Header*/
    .header {
        background-color: #ffb37e;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: none;
        overflow: hidden;
    }
    .header #nav #name {
        width: 55%;
        font-style: bold;
        font-size: 1.5em;
        margin: 0;
        padding:0;
    }
    .header #nav {
        text-align: center;
        height: 100%;
    }
    .header #nav td a {
        color: white;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        display: block;
    }
    .header #nav td a:hover {
        background-color:white;
        color: #cc5500;
    }
/*Footer*/
    #footer {
        background-color: #ffb37e;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-type: none;
        overflow:hidden;
    }
    #footer tr {
        font-size: .8em;
        color: white;
        font-style: bold;
        text-align: left;
    }
    #footer tr #copywrite {
        width: 65%;
    }


