﻿body
{
    margin: 0px;
    background-image: url(      'images/bg.jpg' );
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 12px;
    font-family: 宋体;
    color: #000;
    background-color: #fff;
}

.clear
{
    clear: both;
}

#header
{
    width: 960px; margin-right: auto; margin-left: auto;
}
#header .text
{
    position: relative;
    top: 60px;
    left: 300px;
    height: 200px;
    width: 300px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #BD0400;
}

#footer
{
    padding: 10px;
    text-align: center;
    line-height: 22px;
}

#divPager
{
    text-align: right;
    margin: 20px;
    letter-spacing: 3px;
}

#btnLogin
{
    height: 25px;
    width: 71px;
    border: 0;
    cursor: hand;
    vertical-align: middle;
    background-image: url(      'images/login.gif' );
    background-color: White;
}

#btnSearch
{
    height: 20px;
    width: 57px;
    border: 0;
    cursor: hand;
    vertical-align: middle;
    background-image: url(      'images/search.gif' );
    background-color: White;
}

#navsite
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#navsite ul
{
    padding: 3px 0.5em;
    border-bottom: 1px solid #778;
    border-top: 1px solid #778;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
    margin-left: 0px;
}
#navsite ul li
{
    list-style: none;
    margin: 6px;
    display: inline;
}
#navsite ul li a
{
    padding: 3px 0.5em;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
}
#navsite ul li a:link
{
    color: #448;
}
#navsite ul li a:visited
{
    color: #667;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover
{
    color: #000;
    background: #AAE;
    border-color: #227;
}


.divFunction
{
    width: 222px;
    padding: 8px;
    text-align: center;
}
.divFunction .top
{
    background-image: url(        'images/part_top_01.gif' );
    background-repeat: no-repeat;
    padding-top: 7px;
    height: 20px;
}
.divFunction .middle
{
    background-image: url(        'images/part_middle_01.gif' );
    line-height: 33px;
}
.divFunction .bottom
{
    background-image: url(     'images/part_bottom_01.gif' );
    background-repeat: no-repeat;
    height: 20px;
}



.divMain
{
    width: 688px;
    padding: 10px;
    text-align: center;
}
.divMain .top
{
    background-image: url(     'images/part_top_02.gif' );
    padding-top: 7px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}
.divMain .middle
{
    background-image: url(        'images/part_middle_02.gif' );
    padding: 10px;
    line-height: 33px;
    text-align: left;
    text-indent: 2em;
}
.divMain .bottom
{
    background-image: url(     'images/part_bottom_02.gif' );
    background-repeat: no-repeat;
    height: 20px;
}


.content
{
    width: 960px;
    border: solid 1px #73969C;
    margin-right: auto;
    margin-left: auto;
}
.content .function
{
    float: left;
}
.content .main
{
    float: right;
}

