﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-weight: normal;
    font-style: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after
{
    content: ”;
}
abbr, acronym
{
    border: 0;
}



body
{
    background-image: url('bgg.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    margin: auto;
    font-size: 12px;
    color: #185b7e;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
    overflow:hidden;
}
.menuHeader
{
    background-image: url('menubg.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 123px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #faee0c;
    font-weight: bold;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    
    text-align: center;
    cursor: pointer;
}
.menuHeader .aa
{
   color: #faee0c; 
}
.menuHeader a
{
   color: #bb9558; 
}
.menuContent
{
    width: 123px;
    background-color: #794D39;
    font-size: 12px;
    font-weight: bold;
    color: #E8AB90;
}
#footer
{
    background-color: #00CC99;
}
#container
{
    width: 1005px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('bgg.jpg');
    background-repeat: repeat-x;
    background-position: -9px top;
}
#content
{
    float: left;
    padding: 10px;
}
#left
{
    float: left;
    width: 150px;
}
#right
{
    float: left;
    width: 833px;
    height:580px;
    
}
