@charset "gb2312";
#Title_div
{
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

.Title
{
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding-right: 6px;
    background-color: #770e15;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 5px;
}

    .Title a
    {
        color: white;
        font-size: 12pt;
        overflow: hidden;
        display: block;
        height: 36px;
        text-decoration: none;
    }

.Title_right
{
    float: right;
}

.Title_left
{
    margin-left: 10px;
    float: left;
}

.Title img
{
    height: 30px;
    padding-top: 3px;
}
