body {
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    background: #4D4D4D;
    color: #666666;
    margin: 0;
    padding: 15px 0 0 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #D58900;
}

img {
    border-style: none;
}

.navigation {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

.navigation .left {
    text-align: left;
}

.navigation .right {
    text-align: right;
}

.imagelist {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 10px;
}

.imagelist td {
    background-color: #000000;
    height: 128px;
    width: 128px;
    padding: 10px;
}

.imagelist img {
    border-style: solid;
    border-width: 1px;
}

#photo {
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}

p, h2 {
    color: #FFFFFF;
}

#properties {
    float: right;
    padding-right: 10px;
}

#properties table {
    display: inline;
}

#properties table tr {
    background: #5E5E5E;
    color: #000000;
}
