#content h2 {
	margin-top: 0; /* top justify */
	padding-top: 0;
}

/* 2 x 4 photo layout, position relative to #content */

#p1, #p3, #p5, #p7 {
	left: 5px; /* Clear shadow margin */
	position: absolute;
}

#p2, #p4, #p6, #p8 {
	left: 255px;
	position: absolute;
}

#p1, #p2 {
	top: 55px; /* Clear shadow margin */
}

#p3, #p4 {
	top: 255px;
}

#p5, #p6 {
	top: 455px;
}

#p7, #p8 {
	top: 655px;
}