body {
    background-color: #fbfbfb;
}

#header-div {
    height: 180px;
    background-image: url( "../img/header-background.jpg" );
    background-repeat: repeat-x;
}

#header-content-div {
    height: 180px;
    width: 800px;
    margin: auto;
    background-image: url( "../img/header-background.jpg" );
    background-repeat: repeat-x;
}

#body-div {
    min-height: 315px;
}

#body-content-spacer-div {
    height: 10px;
}

#body-content-div {
    width: 800px;
    margin: auto;
    margin-bottom: 30px;
}

#logo-container-div {
    height: 180px;
    width: 480px;
    float: left;
    clear: none;
}

#menu-container-div {
    height: 180px;
    width: 320px;
    float: right;
    clear: none;
}

#menu-div {
    height: 180px;
}

#menu-content-upper-spacer-div {
    width: 270px;
    height: 20px; /*108px;*/
}

#menu-content-container-div {
    width: 270px;
    float: left;
    clear: none;
}

#menu-border-left-div {
    height: 180px;
    width: 25px;
    float: left;
    clear: none;
    background-image: url( "../img/menu-border-left.jpg" );
    background-repeat: no-repeat;
}

#menu-content-div {
    height: 180px;
    width: 270px;
    float: left;
    clear: none;
    background-image: url( "../img/menu-background.jpg" );
    background-repeat: repeat-x;
}

#menu-border-right-div {
    height: 180px;
    width: 25px;
    float: right;
    clear: none;
    background-image: url( "../img/menu-border-right.jpg" );
    background-repeat: no-repeat;
}

.menu-entry {
    height: 54px;
    width: 90px;
    float: left;
    clear: none;
    text-align: center;
}

#logo-img {
    margin-top: 15px;
}

#footer-div {
    min-height: 90px;
    background-image: url( "../img/footer-background.jpg" );
    background-repeat: repeat-x;
}

#footer-content-spacer-div {
    height: 30px;
}

#footer-content-div {
    width: 800px;
    margin: auto;
}

#website-redirect {
    width: 80px;
    height: 80px;
    margin-left:auto;
    margin-top:8px;
}

#thumbs {
    visibility:hidden;
}

.outkey {
    visibility:hidden;
}