body {
    background: #fff;
    font: 10pt Arial;
    color: #069;
}

#main {
    width: 100%;
}

#header {
    height: 80px;
    background: url(/images/home_logo.jpg) 166px 0 no-repeat;
}

#menu {
    float: left;
    width: 125px;
    text-align: right;
    margin-right: 40px;
    line-height: 25px;
}

#menu a {
    color: #069;
    text-decoration: none;
}

#menu a:hover {
    color: #069;
    text-decoration: underline;
}

#content h1 {
    color: #C0C0C0;
    font-size: 18pt;
    font-weight: normal;
    margin-top: 0;
}

#thumbnail_list {
    border-collapse: collapse;
}

.thumbnail {
    /* width: 85px; */
    /* height: 85px; */
}

.thumbnail a img {
    border: 1px solid #00f;
}

#contact {
    width: 400px;
}

html>body>div#main>div#content>div#contact {
    width: 550px;
}

table#projects {
    font: 10pt Arial;
    color: #069;
    border-collapse: collapse;
}

table#projects tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #008080;
}