#home ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0;
	width : 48%;
	float : left;
	background:url(../../../images/purple-blob.gif) repeat-x bottom left;
}

#home ul li {
	margin : 0 0 10px 0;
	clear : left;
}

#home ul li.heading{
	font-weight : bold;
	color : #606;
	margin : 0 0 0 0;
}

#home ul li a{
	font-weight : bold;
}

#home  ul li img {
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

br.clearall{clear : both;}