﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 宋体;
    background-color: #382715;
}
a
{
    color: #d9a559;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:focus {
    outline:none;
    -moz-outline:none;
} 

div
{
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline;
}
ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
li
{
    float: left;
}
.box
{
    width: 1003px;
    float: none;
    height: auto;
    margin: 0px auto;
    display: block;
}
.topBox
{
    width: 1003px;
    height: 203px;
}
.bodyBox
{
    width: 1003px;
    height: auto;
    background-image: url(../images/bodyBox-bg.png);
}
.bottomBox
{
    width: 1003px;
    height: 46px;
    background-image: url(../images/bottom-bg.jpg);
}

.bo
{
    height: 35px;
    width: 1003px;
    font-size:14px;
    font-weight:bold;
    line-height:35px;
    background-image: url(../images/bo-bg.jpg);
    color:#f5db90;
    text-align:center;
}
.bo a
{
    color:#f5db90;
    margin:0px 7px;
}