﻿html,
body {
    margin:0;
    padding:0;
    color:#000;
    background:#EAEAE8;
}
a {
   font-weight: normal;
   color: black;
   text-decoration: underline;
}
#body {
    width:1200px;
    margin:0 auto;
    font-family: arial, verdana, sans-serif;
    background:#EAEAE8;
}
#content-1 {
    float:left;
    width:220px;
    padding:0px;
    margin-top: 20px;
    font-size: small;
    color: normal;
    line-height: 200%;
    background:#DADAD8;
}
#content-2 {
    float:left;
    width:940px;
    padding:20px;
    background:#EAEAE8;
}
#footer {
    clear:both;
    padding:10px;
    background:#EAEAE8;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}