* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../images/menu_bg.jpg");
    background-repeat: repeat-y;
    margin-bottom: 30px;
}


#header {
    width: 100%;
    height: 62px;
    background-image: url("../images/header_bg.jpg");
    background-repeat: repeat-x;
    background-position: top center;
}

#header_left {
    float: left;

    width: 49%;
    height: 62px;

    margin: 0;
    padding: 0;

    background-image: url("../images/mumble_title.jpg");
    background-repeat: no-repeat;
}

#header_right {
    float: left;

    width: 51%;
    height: 62px;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: right;

    background-image: url("../images/header_right.jpg");
    background-position: top right;
    background-repeat: no-repeat;
}

#header_right span {
    margin-right: 20px;
}

#divider {
    clear: both;
    background-color: #E3E3E3;
    border-bottom: 1px solid #AEB1BE;
}

#bar {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-align: left;
    font-size: 10pt;
    background-color: #E3E3E3;
    border-top: 1px solid white;
    border-bottom: 1px solid #AEB1BE;
}

#bar_left {
    padding-left: 20px;
    padding-top: 6px;
    float: left;
}

#bar_left a {
    color: #2B688E;
    text-decoration: none;
}

#bar_left a:hover {
    text-decoration: underline;
}

#bar_right {
    padding-right: 20px;
    padding-top: 6px;
    float: right;
}

#bar_right a {
    color: black;
    text-decoration: none;
}

#bar_right a:hover {
    text-decoration: underline;
}

#bar_title {
    color: #2B688E;
}

#menubar {
    background-color: #E3E3E3;
    border-right: 1px solid #AEB1BE;
    width: 165px;
    float: left;
}

#menu {
    list-style-type: none;
    width: 100%;
}

#menu li a {
    display: block;
    padding: 2px 0px 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

#menu li a:hover {
    color: black;
    background-color: #77A8C7;
}

#menu li {
    border-top: 1px solid white;
    border-bottom: 1px solid #AEB1BE;
    height: 100%;
}

#onlinemembers {
    list-style-type: none;
    padding: 2px 0px 2px 5px;
    width: 155px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

#onlinemembers li a {
    display: block;
    color: color: #2B688E;;
    text-decoration: none;
}

#onlinemembers li a:hover {
    text-decoration: underline;
}

#onlinemembers li {
    height: 100%;
}

#content {
    margin: 3px 3px 0px 173px;
    padding: 5px;
    background-color: white;
}

