body {
    background-color: lightgrey;
    font: 12px, verdana,helvetica,arial,sans-serif;
}

a:link{color: FF9100; text-decoration: none;}
a:visited{color: #FF9900;  text-decoration: none;}
a:hover{color: grey;  text-decoration: none;}

#main {
/*    width: 80em;*/
    width: 800px;
    border: 1px solid black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

#top {
    background-image: url("top.png");
    /*height: 9.7em;*/
    height: 97px;
}

#date {
    background: #CCC;
    border-top: 1px solid black; 
    color: white;
    padding: 5px;
}

#body {
    text-align: justify;
    background: transparent;
    border-top: 1px solid black; 
    color: black;
    padding: 5px;
    padding-right: 17.3em;
}

#copyright {
    background: #CCC;
    text-align: center;
    border-top: 1px solid black; 
    color: white;
    padding: 5px;
}

#menu {
    text-align: center;
    background: #F7F7F7;
    float: right;
    border: 1px dashed black;
    border-right: 0px;
    width: 164px;
    padding-top: 10px;
    padding-bottom: 10px;
}
