#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#list ul li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	clear: left;
}

#list a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#list a:hover {
	text-decoration: underline;
}

#list img {
	float: left;
	margin: 0 1em 1em 0;
	border: none;
}

#list hr {
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	background-color: #000000;
	clear: left;
}