h1 {
	margin-bottom: 0;
}
h2 {
	font-weight: normal;
	margin-top: 0;
	font-size: 150%;
	#font-size: 145%;
}

#gallery {
	margin: 0;
	padding: 0;
}
* html #gallery {
	float: left;
	position: relative;
}
#gallery div.imgtitle {
	position: absolute;
	top: -70px;
	left: -19px;
	width: 140px;
	height: 140px;
	z-index: 100;
}
#gallery li {
	list-style-type: none;
	float: left;
	height: 140px;
	width: 140px;
	background: black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	position: relative;
	text-align: center;
}
#gallery li a {
	vertical-align: middle;
	width: 140px;
	height: 140px;
	#width: 100px;
	#height: 100px;
	display: table-cell;
	text-align: center;
	#position: relative;
	#top: 50%;
}
#gallery li a img {
	position: relative;
	#bottom: 25%;
	border: 1px solid #5f5c5c;
}

div.article-foot {
	clear: both;
	position: relative;
	top: 10px;
}