﻿#Ui_Left
{
    float: left;
    width: 146px;
}

#Ui_SenicList
{
    width: 136px;
    margin-top: 5px;
    margin-left: 10px;
    color: White;
    line-height: 17px;
}

#Ui_SenicList a
{
    color: White;
    text-decoration: none;
}

#Ui_PicPart_Content
{
    position: relative;
    float: left;
    width: 378px;
    height: 500px;
    margin-top: 10px;
}

#Ui_PicPart_Content .Title
{
    position: absolute;
    top: 6px;
    left: 65px;
    color: Black;
    font-size: 18px;
    font-weight: bold;
}

#Ui_PicPart_Content .MasterImage
{
    height: 271px;
    width: 362px;
    margin-top: 36px;
    margin-left: 15px;
}

#Ui_PicPart_Content #SmallPicList
{
    margin-top: 8px;
    margin-left: 10px;
}

#Ui_PicPart_Content .SmallImage
{
    float: left;
    height: 62px;
    width: 83px;
    background-color: Black;
    border-color: White;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

#Ui_PicPart_Content img
{
    height: 62px;
    width: 83px;
}

#Ui_PicPart_Content .space
{
    float: left;
    margin: 0px;
    width: 6px;
    padding: 0px;
    height: 62px;
}

#Ui_Detial_Content
{
    float: left;
    width: 450px;
    margin-left: 25px;
    margin-top: 10px;
    color: #805A18;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 8px;
    line-height: 18px;
    border-bottom-width: 1px;
    border-bottom-color: Black;
    border-bottom-style: dashed;
}

#Ui_IntroductionPart_Content
{
    float: left;
    width: 450px;
    margin-left: 9px;
    margin-top: 10px;
    margin-left: 25px;
}

/* Historical ------------------------------------------*/

#Ui_Historical_Body
{
    background-image: url(Pics/Historical_BG.jpg);
    background-repeat: repeat-y;
    width: 1024px;
}

#Ui_Historical_Right
{
    float: left;
    width: 876px;
    background-image: url('Pics/Historical_Main_BG.jpg');
    background-repeat: no-repeat;
    font-size: 12px;
    letter-spacing: 2px;
}

#Ui_Historical_Foot
{
    margin-top: 20px;
    clear: both;
    height: 32px;
    background-image: url(Pics/Historical_Foot_BG.jpg);
}

/* RiverBank ------------------------------------------*/

#Ui_RiverBank_Body
{
    background-image: url(Pics/RiverBank_BG.jpg);
    background-repeat: repeat-y;
    width: 1024px;
}

#Ui_RiverBank_Right
{
    float: left;
    width: 876px;
    background-image: url('Pics/RiverBank_Main_BG.jpg');
    background-repeat: no-repeat;
    font-size: 12px;
    letter-spacing: 2px;
}

#Ui_RiverBank_Foot
{
    margin-top: 20px;
    clear: both;
    height: 32px;
    background-image: url(Pics/RiverBank_Foot_BG.jpg);
}

/* Biological ------------------------------------------*/

#Ui_Biological_Body
{
    background-image: url(Pics/Biological_BG.jpg);
    background-repeat: repeat-y;
    width: 1024px;
}

#Ui_Biological_Right
{
    float: left;
    width: 876px;
    background-image: url('Pics/Biological_Main_BG.jpg');
    background-repeat: no-repeat;
    font-size: 12px;
    letter-spacing: 2px;
}

#Ui_Biological_Foot
{
    margin-top: 20px;
    clear: both;
    height: 32px;
    background-image: url(Pics/Biological_Foot_BG.jpg);
}

/*Ui_List-------------------------------------------*/

#ListBase
{
    clear: both;
    width: 1024px;
}

#ListBase .ListItem
{
    float: left;
    width: 180px;
    height: 550px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #F3FBCA;
}

#ListBase a
{
    color: Black;
}

#ListBase .Mark
{
    float: left;
    width: 146px;
    height: 560px;
}

#ListFoot
{
    background-image: url(Pics/ListFoot.jpg);
    width: 1023px;
    height: 32px;
}


