/* CSS Document */
body{ 
     background-color:#8ead21;
     margin:0;
     padding:0;
	 text-align:center;
	 }
#wrap{
	  width:910px;
	  margin:0;
	  padding:0;
	  background-color:#ffffff;
	  
	  } 
#header{
      
		height:18px;
		text-align:right;
		padding:8px 20px 0 0 ;
		background-color:#ffffff;
		margin-top:5px ;
		font-size:12px;
		color:#999999;
		width:890px;
     }
#menu{ 
       padding:0 0 3px 0;
	   width:910px;
	   height:37px;
	   }
#banner{
        margin-bottom:10px;
		}
#main{ 
        background-color:#ffffff;
		margin:10px 0 10px 5px;
}
#left{
       width:265px;
	   float:left;
	   }
.catitle{
       width:265px;
       height:48px; 
	   padding: 0 3px 0 0;
	   }
.catlist{
	   margin: 0;
	   padding:0;
	   list-style: none;
	   }
.catlist li{
       margin: 0 ;
	   list-style: none;
	   color: #476e00;
	   font-size:13px;
	   line-height:20px;
	   border-top:1px solid #d4eaad;
	   border-bottom:1px solid #bbd997;


	   	   }
.catlist a {
	margin: 0;
	padding: 10px 0 10px 20px;
	background:#cce6a1;
	font-family: Arial, Helvetica, sans-serif, "·s²Ó©úÅé";
	font-size: 13px;
	text-decoration: none;
	color: #476e00;
	display: block;
	text-align:left;
	}
.catlist li a:hover {
	background: #eeeeee;
	color: #f9a91f;
	}

.catlist li a span {
	padding: 0 0 0 20px;
	background:  url(images/left-icon_17.jpg) no-repeat 0 50%;
	}
#right{ 
     float:left;
	 background-image:url(images/body-bg_24.jpg);
	 background-repeat:repeat-y;
	 margin-left:5px;
 }
#contenttitle{ 
     background-image:url(images/title_17.jpg);
	 background-repeat:no-repeat;
     height:30px;
	 width:580px;
	 text-align:left;
	 padding:20px 0 0 50px;
	 font-weight:bold;
	 color:#4986bd;
	 }
#content{ 
     font-size:13px;
	 color:#666666;
	 line-height:20px;
	 background-image:url(images/content-bottom-bg_27.jpg);
	 background-position:bottom;
	 text-align:left;
	 padding:0 9px 10px 19px;
	 background-repeat:no-repeat;
	 }
#content span{
     color: #FF9900;
	 font-size:15px;
	 }
#content img{ 
     float:right;
	 filter:alpha(opacity=100,finishopacity=0,style=3);
}
#footer{ 
    height:45px;
    padding:8px 0 0 0;
	font-size:13px;
	color:#666666;
	border-top:1px dashed #cccccc;
	border-bottom:10px solid #8ead21;
	line-height:15px;

	}
#debug{ clear:both;}
