body{
    font-family: Verdana, sans-serif;
    color: #364900;
    background: #048801 url('images/bg.jpg') no-repeat left top;
    margin-top: 0px;
    float: left
    }
fieldset{
	border: 0px;
	}
a {
    text-decoration: none;
    color: #ffffff;
    }	
	
a:hover {
    text-decoration: none;
    color: #C1C0C0;	
    }
#site{
    width: 1100px;
    margin: 0 0;
    float: left;
    }
#banner{
    width: 1100px;
    height: 187px;
    background: url("images/banner.jpg");
    float: left;
    }
#main{
    width: 1100px;
    background: url("images/main.jpg");
    float: left;
    }
#content{
    width: 1100px;
    min-height: 535px;
    background: url("images/content.jpg") no-repeat;
    float: left;
    }
#menu{
    width: 210px;
    height:100%;
    margin-left: 53px;
    float: left;
    }
#menu ul {
    margin-top: 60px;
    margin-left: 22px;
    margin-right: 40px;
    padding: 0px;
    list-style: none;
    }
#menu li {
    margin-top: 10px;
    }	    
#menu li a {
    text-decoration: none;
    font-size: 12px;
    color: #D0CFB1;font-weight:bold
    }		
#menu li a:hover {
    text-decoration: none;
    color: #000000;font-weight:bold
    }
#menu p {
    margin-top: 120px;
    margin-left: 12px;
    font-size: 15px;
    margin-right: 10px;
    color: #d0cfb1;
    }
#text{
    width: 550px;
    height:100%;
    font-size: 12px;
    margin-left: 17px;
    color: #d1e2d2;
    float: left;
    }
#text h2{
    margin: 0px;
    font-size: 15px;
    color: #d1e2d2;
    }
#sidebar{
    width: 250px;
    height:100%;
    margin-top: -10px;
    margin-right: 5px;
    color: #d1e2d2;
    float: right;
    }
#foot{
    width: 1100px;
    height: 50px;
    background: url("images/foot.jpg") no-repeat;
    float: left;
    }