#friend {
	display: block;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: 74px;
	border: 1px solid #532F17;
	background-color: #F1E1B0;
}



#friend h1 {
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
}#friend strong {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}
#friend li {
	display: block;
	margin-left: 10px;
	float: left;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
}
#friend ul {
	display: block;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#friend a {
	color: #666666;
}
