@charset "utf-8";
body {
	background-color: #f0f0f0;
	background-image: url(aidao_r1_c1.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
#menu {
	background-image: url(aidao_r2_c8.png);
	height: 33px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
	list-style-type:none;
	margin-bottom:5px;
}
#menu li {
	float:left;
	font-weight:bold;
	background-image: url(aidao_r2_c4.gif);
	background-repeat: no-repeat;
	width:112px;
	line-height:33px;
	text-align:center;
	font-size:14px;
}
#menu a {
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	color:#000000;
	text-decoration:underline;
}
#content h1 {
	background-image: url(aidao_r6_c5.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 845px;
	clear: both;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	padding:0;
	padding-left:20px;
	line-height:38px;
}
#content ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#content div.list {
	border:1px solid #D5D1C0;
}
#content li {
	float:left;
	width:112px;
	height:120px;
	overflow:hidden;
	margin: 8px 5px 5px 5px;
}
* html #content li {
	height:118px;
}
* + html #content li {
	height:117px;
}
#content li img {
	margin-bottom:5px;
	border:0;
}
#content li a {
	display:block;
	clear:both;
	color:#000000;
	text-decoration:none;
	font-family:Tahoma, Arial;
}
#content li a:hover {
	color:#000000;
	text-decoration:underline;
}
#content div.clear {
	float:none;
	clear:both;
}
