﻿body
{
    background: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Verdana;
    font-style: normal;
    font-weight: normal;
}
img
{
    border: 0px;
}
#container
{
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; 
    width: 950px;
    height: 600px;
}
    #body
    {
        background: #000000;
        margin: 25px 15px 25px 15px;
        padding: 0px 0px 0px 0px;
        width: 920px;
        height: 550px;
        display: table;
    }
    #body #header
    {
        width: 100%;
        height: 170px;
        text-align: left;
        display: table;
    }
    #body #content
    {
        width: 100%;
        height: 340px;
        display: table;
    }
        #body #title
        {
            height: 55px;
            color: #939394;
            font-size: 25px;
            line-height: 55px;
            display: table;
        }
        #body #left
        {
            width: 570px;
            height: 285px;
            float: left;
            display: table;
        }
            #body #left div.special
            {
                background-position: top;
                background-repeat: no-repeat;
                padding: 0px 5px 0px 0px;
                font-size: 10px;
                font-weight: normal;
                color: #ffffff;
                text-align: justify;
                overflow: auto;
                scrollbar-base-color: #000000;
                scrollbar-face-color: #939394;
                scrollbar-track-color: #000000;
                scrollbar-3dlight-color: #000000;
                scrollbar-highlight-color: #000000;
                scrollbar-arrow-color: #ffffff;
                scrollbar-darkshadow-color: #000000;
                scrollbar-shadow-color: #000000;

            }
        #body #right
        {
            height: 285px;
            float: left;
            margin: 0px 0px 0px 15px;
            display: table;
        }
            #body #right .breadcrumb
            {
                margin: 0px 0px 10px 0px;
                height: 20px;
                font-size: 12px;
                font-weight: normal;
                color: #ffffff;
            }
            #body #right .breadcrumb a
            {
                color: #ffffff;
                text-decoration: none;
            }
            #body #right .breadcrumb a:visited
            {
                color: #ffffff;
                text-decoration: none;
            }
            #body #right .breadcrumb a:hover
            {
                color: #313231;
                text-decoration: none;
            }
            #body #right ul
            {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                text-align: left;
                list-style: none;
            }
            #body #right ul li
            {
                margin: 0px 0px 0px 0px;
                text-align: left;
                line-height: 20px;
                font-size: 12px;
                color: #939394;
            }
            #body #right ul li a
            {
                color: #939394;
                text-decoration: none;
            }
            #body #right ul li a:hover
            {
                color: #313231;
                text-decoration: none;
            }
            #body #right .paging
            {
                margin: 205px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                text-align: left;
                list-style: none;
            }
            #body #right .paging ul
            {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                text-align: left;
                list-style: none;
            }
            #body #right .paging ul li
            {
                margin: 0px 0px 0px 0px;
                padding-right: 5px;
                text-align: left;
                line-height: 25px;
                float: left;
                font-size: 10px;
                color: #ffffff;
            }
            #body #right .paging ul li a
            {
                color: #939394;
                text-decoration: none;
            }
            #body #right .paging ul li a:hover
            {
                color: #313231;
                text-decoration: none;
            }
    #footer
    {
        margin: 25px 0px 0px 0px;
        width: 100%;
        height: 15px;
        color: #939394;
    }
        #footer #menu
        {
            background: #939394;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            height: 15px;
            line-height: 15px;
            float: left;
        }
        #footer #menu ul
        {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            text-align: left;
            list-style: none;
        }
        #footer #menu ul li
        {
            background: #000000;
            margin: 0px 0px 0px 1px;
            padding-right: 10px;
            padding-left: 10px;
            width: 145px;
            text-align: left;
            line-height: 15px;
            float: left;
            font-size: 12px;
        }
        #footer #menu ul li a
        {
            color: #939394;
            text-decoration: none;
        }
        #footer #menu ul li a:hover
        {
            color: #313231;
            text-decoration: none;
        }