@charset "utf-8";
/* 代码整理：懒人之家 */
#wrap{
	margin-top:10px;}
#menu{
	float:left; 
	width:108px; 
	background-color:#f0f0f0;}

#menu li{
	height:36px; 
	line-height:36px; 
	text-align:center;
	border:1px solid #DBDBDB ;
	border-bottom: none;}
	
#menu a{color:#666;
width:110px;
height:38px; 
font-size:12px; }

#menu a:hover,#menu .on a{
	color:#da6126;
	background-image:url(../images/index04.jpg);
	background-repeat: no-repeat;
}

#content{
	float:left;
	width:490px;
	height:222px;
	border:1px solid #DBDBDB ;
	border-left:none;}
#content img{
	width:137px;
	height:137px;
	border:1px solid #ccc;}	
#content h2{
	font-size:12px; 
	color:#0c5d9b;
	margin-top:5px; 
	margin-bottom:5px;
	text-align:center;
	font-weight:normal;}

#content p{
	font-size:12px; 
	color:#818181; }	
#content li{
	float:left;
	width:137px;
	margin:10px 10px 0 15px;}


