#list{
	text-align: center;
	margin: 0 0 0.5em 0;
}
#list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#list li {
	display: inline;
	float: left;
	width: 24%;
}

#list li h2{
	padding: 0.5em 0 1em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#list li a{
	color: #2c992c;
	text-decoration: none;
}
#list li a:hover{
	text-decoration: underline;
}
#list li img{
	position:relative;
	bottom: 0;
}