﻿#About_Body
{
    width:960px;
    margin:0px auto 0px auto;
    overflow:hidden;
}
#About_Navigate
{
    float:left;
    width:203px;
    background-color:White;
    padding:10px;
}
.about_nav_top
{
    width:203px; 
    height:5px;
    margin-top:10px;
    background-image:url('../images/nav_top_bg.gif');
    background-repeat:no-repeat;
}
.about_nav_content
{
    width:203px; 
    background-image:url('../images/nav_content_bg.gif');
    background-repeat:repeat-y;
    overflow:hidden;
}
.about_nav_content .item
{
    clear:both;
    overflow:hidden;
    padding:8px 0px 8px 30px;
}
.about_nav_content .item .icon
{
    float:left;
    width:20px;
    height:20px;
    background-image:url('../images/nav_icon.gif');
    background-position:center;
    background-repeat:no-repeat;
}
.about_nav_content .item .link
{
    float:left;
    width:150px;
    line-height:20px;
}
.about_nav_content a
{
    color:#666666;
    text-decoration:none;
}
.about_nav_content a:hover
{
    color:#000000;
}
.about_nav_content .SubItem
{
    clear:both;
    padding:3px 0px 3px 75px;
}
.about_nav_bottom
{
    width:203px; 
    height:5px;
    background-image:url('../images/nav_bottom_bg.gif');
    background-repeat:no-repeat;
}
#About_Content
{
    width:720px;
    float:right;
}
/*Intro*/
.About_Intro
{
    background-color:White;
    padding:0px 20px 20px 20px;
}
.About_Intro .Title
{
    font-weight:bold;
    font-size:13px;
    padding:20px 0px 10px 0px;
}
.About_Intro .Content
{
    color:#333;
    font-size:13px;
    line-height:200%;
}
.About_Intro .Content div
{
    text-indent:2em;
}
.About_Addr_Body
{
    width:720px;
    float:right;
    background-color:White;
    overflow:hidden;
}
.About_Addr_Area
{
    padding:10px 0px 20px 30px;
}
.About_Addr_Area .Title
{
    font-weight:bold;
    font-size:13px;
}
.About_Addr_Area .Item
{
    padding:5px 0px 2px 20px;
}