@import url(styles-common.css);

.bb {
    min-width: 506px;
    width: 100%
}

.bb .br {
    min-width: 502px
}

.bb .br .box {
    min-width: 500px
}

h1.futureservers {
    width: 500px;
    height: 75px;
    background-image: url(futureservers.jpg);
    background-position: left top
}

.nav_bar {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #fffcf0;
    padding: 8px 16px;
    position: relative
}

.nav_bar a {
    text-decoration: none
}

.nav_bar a:hover {
    text-decoration: underline
}

.nav_bar .logout {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 16px
}
