﻿/*----------------------------public CSS-------------------------------*/
body, div, address, blockquote, iframe, ul, li,ol,a, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea{
	margin:0;
	padding:0;
	font-size:13px;
    line-height:22px;
    font-family:"宋体";
    color:#5d401b;
}
body
{
    background-color:#f0dfae;
    background-image:url(../images/bodybg.jpg);
    background-position:top;
    background-repeat:repeat-x;
}
ul
{
    list-style:none;
}
a
{
    text-decoration:none;font-weight:normal;font-size:13px;color:#5d401b;line-height:22px; font-family:"宋体"; outline:none;
}
img
{
    border:0px;
}
#headdiv
{
    height:195px; width:980px; overflow:hidden; margin-left:auto; margin-right:auto;
}
#logodiv
{
    float:left;
}
#menudiv
{
    float:left; background-image:url(../images/menu.jpg); background-repeat:no-repeat; width:592px; height:195px;
}
#menudiv a
{
    color:#FFFFFF; font-size:14px; font-family:'宋体'; font-weight:bold; display:block; height:30px; float:left; text-align:center; width:85px;
    line-height:28px; outline:none; border:none;
}
#menudiv span
{
    display:block; float:left; height:30px; width:3px; color:#FFFFFF;line-height:28px;
}
#maindiv
{
    width:100%; background-image:url(../images/bottom.jpg);
    background-repeat:repeat-x; background-position:bottom;
}
#bodydiv
{
    width:980px; margin-left:auto; margin-right:auto;
    min-height:600px; _height:600px; background-image:url(../images/main.jpg);
    background-position:top right; background-repeat:no-repeat;
}
#bottomdiv
{
    width:100%; height:128px; background-color:#574c3a;
}
#bottomcontent
{
    width:980px; height:128px; margin-left:auto; margin-right:auto;
}
#bottomcontent div
{
    float:left; color:#FFFFFF; font-size:13px; font-family:'宋体'; line-height:30px;
}
#bottomcontent div a
{
    color:#FFFFFF; font-size:13px; font-family:'宋体'; line-height:30px;
}






