#localnavy {
    display: none;
}

#contentslogan {
    display: block;
}


#body h1 {
    font-size: 10pt;
    font-weight: bold;
    clear: left;
}

#body h1 a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    color: #333399;
}

#body .abstract {
    text-align: justify;
}

#body .abstract p {
    text-align: justify;
}

#body .flatblock {
    width: 27%;
/*    height: 280px;  */
    
    float: left;

    background-image: url('images/marker.gif');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

#body .flatblock div img {
    border: 1px solid #3399ff;
}

#body .flatblock a {
    display: block;
    width: 100%;
    float: left;
    
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #333399;

}

#body .flatblock div.imageblock {
    height: 110px;
}

#body .flatblock span {
    width: 100%;
    float: left;
    font-size: 10pt;
}

#body .flatblock a.more {
    color: #3399ff;
    font-weight: normal;
}

a.morerooms {
    width: 90%;
    display: block;
    float: left;
    padding-left: 30px;
    color: #3399ff;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    margin-bottom: 15px;
}

