*
{
    margin:0;
    padding: 0;
}

body
{
    background: url('/images/bg_16.png');
}

img
{
    border: none;
}


#top_wrapper
{
    width: 900px;
    height: 104px;
}

#navigator_wrapper
{
    width: 900px;
    height:23px;
}

#middle_wrapper
{
    width: 900px;
    min-height:200px;
    background:url('/images/bg_11.png') repeat-y;
}

#bottom_wrapper
{
    width:900px;
    height:24px;
    background: url('/images/bg_15.png') no-repeat;
}

#navigator_bar
{
    padding-left: 187px;
    color:#000000;
    font-size:14px
}

    #navigator_bar a
    {
        color:#666666;
        text-decoration: none;
    }

    #navigator_bar a:hover
    {
        color: #ff0000;
    }

#content_wrapper
{
    padding-left: 100px;
    width: 727px;
    padding-top: 10px;
}

#content_wrapper p
{
    text-indent: 20px;
    margin-bottom:10px;
    font-size:14px;
}

#content_wrapper h1
{
    font-size:18px;
    font-family: "Arial Narrow", Arial, sans-serif;
    margin-bottom: 10px;
}

#content_wrapper h2
{
    font-size:16px;
    font-family: "Arial Narrow", Arial, sans-serif;
    margin-bottom: 10px;
}

#content_wrapper h3
{
    font-size:14px;
    font-family: "Arial Narrow", Arial, sans-serif;
    margin-bottom: 10px;
}

#content_wrapper blockquote
{
    padding-left:40px;
    background: url('/images/quote.png') no-repeat;
    font-size:14px;
    font-style:italic;
}

#content_wrapper a
{
    color: #000000;
    text-decoration: none;
}

#content_wrapper a:hover
{
    color: #ff0000;
}

#content_wrapper ul
{
    list-style:none;
    margin-bottom:10px;
    font-size:14px;
}

#content_wrapper li
{
    margin-bottom:5px;
    padding-left:25px;
    background: url('/images/icon-yinyang.png') no-repeat;
    min-height:25px;
}

#content_wrapper ul li ul
{
    margin-top:10px;
}

#content_wrapper #side_content
{
    float:right;
    width:180px;
    padding: 0px 10px;
    border-left: solid 1px #666666;
    background: #cccccc;
}

#content_wrapper #main_content
{
    margin-right: 210px;
}


.detail_link
{
    font-family: "Courier New", sans;
    text-align: right;
    margin: 10px;
    font-size: 8px;
    text-indent:0px;
}
