.nav {
    float: right;
    width: 144px;
    border-top: 3px double #DDD;
    margin: -3px 0 24px 24px;
    padding: 0;
    font-size: 12px;
}

.nav li {
    list-style-type: none;
    border-bottom: 1px solid #DDD;
    line-height: 23px;
}

.nav a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.nav a:hover {
    text-decoration: underline;
}


.resposition {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #222;
}


.contact td {
    line-height: 24px;
}

.contact-label {
    font-style: oblique;
    padding-right: 4px;
    text-align: right;
}

.contact a,
.contact a:visited {
    color: #F09;
}

.contact a:hover {
    background: #F09;
    color: #FFF;
    text-decoration: none;
}


.gallery a {
    border: 1px solid #AAA;
    padding: 5px;
}

.gallery a:hover {
}
