﻿body
{
    background-image: url(../images/background_image.jpg);
    background-repeat: repeat;
    margin: 0 auto;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#898989;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #898989;
    text-decoration: underline;
}
p
{ margin-top:10px;
    }

.clear
{
    clear: both;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}




#body_div
{ margin: 0 auto;
    text-align:center;
    }

#homeBody_div
{
    width:880px;
    height:460px;
    padding:10px;
    margin: 15px auto auto auto;
    background-image: url(../images/home_diwen.png);
    background-repeat: no-repeat;
    text-align:left;
}

#subBody_div
{ width:880px;
    height:740px;
    padding:10px;
    margin: 15px auto auto auto;
    background-image: url(../images/sub_diwen.png);
    background-repeat: no-repeat;
    text-align:left;
    }

#top_menu
{
    text-align: right;
    height:20px;
}

 #top_menu a
 {
 margin-right:20px;
 margin-left:10px;
 }

#middle_menu
{text-align:center;
    padding-top:15px;
    }
#middle_menu a
{
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 600;
}

#content_div
{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    overflow: auto;
    text-align: left;
    width: 820px;
    height: 360px;
}

/*--------------------------首页开始--------------------*/

 #homesmall_pic
{
    text-align: center;
}
#homesmall_pic img
{
    border-right: #990000 3px groove;
    border-top: #990000 3px groove;
    border-left: #990000 3px groove;
    border-bottom: #990000 3px groove;
    margin:15px 25px;
}


#thebottom
{
    width:870px;
    text-align:left;
    margin:15px auto auto auto;
}
.logo
{
    float: left;
    margin-right: 15px;
}
/*--------------------------首页结束--------------------*/
 .copyright
{
    text-align: center;
    color: #000000;
    margin-top: 15px;
    font-size: 12px;
}

.title_main
{
    font-weight: 600;
    color: #7d0000;
    font-size:1.2em;
}
.title_sub
{    font-weight: 600;
    color: #7d0000;
    }
.title_black
{ font-weight: 600;
    color: #000000;
    }