#explore {
	margin-top: 10px;
}
#explore .headline {
	font-size: 130%;
	font-weight: bold;
	background-color: #108E3C;
	color: #FFF;
	padding-right: 15px;
	padding-left: 5px;
}
.leftItem {
	width: 160px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.rightItem {
	width: 160px;
	float: right;
	margin-top: 10px;
}
.midItem {
	width: 160px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
#explore .background {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
