body {
    background-color: #FFF;
    font-family: arial,helvetica,sans-serif;
    margin: 0;
}

#header, #footer, #content {
    padding: 20px;
    margin: 40px 0px;
}

#header, #footer {
    background-image: url("../img/bg5.png");
    background-color: #985831;
}

#content {
    background-color: #FFF;
    width: 1000px;
}

#header {
    height: 30px;
    line-height: 1.7;
}

#footer {
    height: 200px;
    margin: 0px;
}

#header a {
    text-decoration: none;
    color: #FFF;
}

#header a:hover {
    text-decoration: underline;
}

#header #email {
    float: right;
}

h1 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    display: inline;
}

#content a {
    color: #46A5A5;
    font-weight: bold;
}

ul, dl {
    list-style-type: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 1.8;
    color: #4B4211;
}

dt {
    float: left;
    font-weight: normal;
    color: #988731;
}

dd {
    font-weight: normal;
    margin-left: 100px;
}

#projects dl, #old_projects dl {
    line-height: 1.8;
}

#projects dt, #old_projects dt {
    float: left;
}

#projects dd, #old_projects dd {
    margin-left: 130px;
    font-size: 16px;
    line-height: 2.5;
}

#old_projects dd {
    margin-left: 200px;
}

#projects img, #old_projects img {
    float: left;
    margin: 0px 10px 20px 0px;
}

p {
    color: #5E4903;
    margin: 8px 0px;
    line-height: 1.3;
}

ul,dt,dd,dl {
    display: block;
}

.clear {
    clear: both;
}
