header{
    width:890px;
    text-align:center;
}

.header_left{
    float:left;
    margin:5px 0 5px 15px;
    height:135px;
    width:340px;
}

.header_right{
    float:right;
    margin:5px 15px 5px 0;
    height:135px;
    width:365px;
}

.header_menu{
    clear:both;
    width:100%;
    height:60px;
    background-color:#ea5f00; vertical-align:bottom;
}
.header_menu table{
    font-size:18px;
    font-weight:bold;
}
    .menu_font_width{padding:0 10px;}
    .menu_font_bar{ width:2px; background-color:#ffffff;}

.header_content{
    width:100%;
    height:40px;
    padding-top:5px;
    font-size:16px;
    line-height:30px;
    background-color:#0168b7;
}
