.row1 {
	height: 110px;
	margin-bottom: 13px;
}

.row2 {
	clear: left;
	margin-left: 85px;
	height: 1%; /* Needed for IE6 and IE7. Gives the div some hight to get it to act right. */
}

.icon {
	float: left;
	text-align: center;
	margin-left: 52px;
	display: inline; /* Double margin bug IE6 */
}

.icon a img,
.icon a:visited img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.icon a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
}