#CENTER ul {
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
#CENTER ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#CENTER ul li h3 {
	font-size: 100%;
	background-image: url(../images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

