﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 宋体;
    background-color: #382715;
}
a
{
    color: #d9a559;
    text-decoration: none;
}
a:hover
{   color:#eec11e;
    text-decoration: underline;
}
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;
    margin: 0px auto;
    display: block;

}
.topBox
{
    width: 1003px;
    height: 183px;
    background: url(../images/top-bg.png) no-repeat;
}
.bodyBox
{
    width: 1003px;
    background: url(../images/body-bg.png) no-repeat;
}
.bottomBox
{
    width: 1003px;
    height: 46px;
    background-image: url(../images/bottom-bg.jpg);
}
.li_a {
	color:#eec11e;	
	}
	
.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;
}