div.gallery {
	clear: both;
}

div.gallery a {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #996600;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

div.gallery div.clear {
	clear: both;
}

div.gallery h2 {
	margin: 1em 0px;
}