body {
  margin: 0px;
  padding: 0px;
}

#container {
    width: 980px;
    background-color: #FFFFFF;
}

#header, #menu, #content, #footer {
    background-color: #FFFFFF;
    /*border: 1px solid black;*/
}

#header {
    width: 100%;
}

#menu {

    float: left;
    width: 20%;
}

#content {
    float: left;
    text-align: left;
    width: 80%;
}

#footer {
    width: 100%;
    color: #626327;
    font-weight: bold;
    text-align: right;
    clear: left;
    border-top: 1px dotted #DDDDDD;
    position: relative;
    top: 15px;
    padding-top: 10px;
}
