﻿body
{
    width: 960px;
    margin: 0 auto;
    background-color: White;
}
#TopDiv
{
    margin-top: 10px;
    height: 172px;
    background-image: url('../../school/image/Top.jpg');
}
#TopDiv div
{
    padding-top: 20px;
    text-align: right;
}
#TopDiv table
{
    padding-top: 180px;
    height: 180px;
}
#TopDiv a
{
    line-height: 25px;
    color: #555555;
    font-size: 12px;
    text-decoration: none;
    background-position: left bottom;
}
#content
{
    width: 960px;
    height: auto;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5px;
}

#LeftDiv
{
    width: 640px;
    float: left;
}
#RightDiv ul
{
    width: 280px;
    margin-top: 0;
}
#RightDiv li
{
    border-bottom: #888888 1px dashed;
}
#RightDiv li a
{
    width: 280px;
    line-height: 25px;
    color: #555555;
    font-size: 12px;
    text-decoration: none;
    background-position: left bottom;
}
#RightDiv li a:hover
{
    color: #FF0000;
}
#RightDiv
{
    width: 320px;
    float: left;
    height: auto;
}
#ContentDiv
{
    margin-top: 30px;
}
#FooterDiv
{
    clear: both;
    text-align: center;
    background-color: #FAF0DB;
    margin-top: 30px;
    height: 80px;
    padding-top: 25px;
    border-radius: 10px;
    color: #555555;
}


