#menu_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 39px;
    border-color: #FF0000;
    border-width: 0 0 1px 0;
}

#menu_logo {
    width: 150px;
    height: 39px;
    float: left;
    background-color: #FF0000;
}

/*
#menu_content {
    height: 39px;
    float: left;
    position: relative;
    color: #000000;
    background-color: #FFFF00;
}
*/

#menu_content_left {
    position: absolute;
    left: 150px;
    bottom: 9px;
    vertical-align: text-bottom;
}

#menu_content_right {
    position: absolute;
    right: 204px;
    bottom: 9px;
}

#menu_righter {
    height: 39px;
    line-height: 39px;
    float: right;
    background-color: #FF0000;
    width: 170px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Georgia,"Lucida Sans",Arial,Helvetica,sans-serif;
    padding-left: 10px;
}

#menu_container ul.menu_list {
    margin-right: 20px;
}

#menu_container ul.menu_list li {
    display: inline;
    font-size: 14px;
    margin-left: 20px;
}

#menu_container ul.menu_list li a {
    text-decoration: none;
}

#menu_container ul.menu_list li span.user_events_count {
    color: #FF0000;
}

#contentSlider {
    position: absolute;
    right: 20px;
    display: block;
    height: 5px;
    width: 150px;
    margin: 0;
    padding: 0;
}

#main_content {
    margin: 10px 20px 10px 20px;
}

#page_footer_container {
    clear: both;
    padding-top: 50px;
}

#page_footer {
    color: #3A3A3A;
    font-family: Georgia,"Lucida Sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
    width: 100%;
    border-width: 1px 0 0 0;
    border-color: #FF0000;
    padding: 3px 0 20px 0;
}

#page_footer a {
    color: #3A3A3A;
}

#page_footer a:hover {
    color: #EE1D39;
}
