body {
    font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #333;
}

a {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
    background-image: url(/assets/30/logo.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.short_logo {
    background-image: url(/assets/34/short_logo.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.header {
    background-image: url(/assets/27/header.jpg);
}

.middle {
    background-image: url(/assets/29/middle.gif);
}

.footer {
    text-align: right;
    vertical-align: bottom;
    background-image: url(/assets/28/footer.jpg);
}

#footer_td {
    color: #666666;
    font-size: 18px;
    padding-right: 70px;
}

.middle_td {
    padding-left: 90px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.bordered {
    border: 5px solid #666666;
}

.works {
    width: 590px;
    text-align: center;
}

.work {
    width: 295px;
    float: left;
}

.gallery {
    width: 100%;
}

.gallery td {
    vertical-align: bottom;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
}

.dark_row td {
    background-color: #e3d3ed;
}

