#content h2 {
	margin-top: 0; /* top justify */
	padding-top: 0;
}

/* 2 x N photo layout, position relative to #content */

#p1, #p3, #p5, #p7, #p9, #p11, #p13 {
	left: 5px; /* Clear shadow margin */
	position: absolute;
}

#p2, #p4, #p6, #p8, #p10, #p12 {
	left: 275px;
	position: absolute;
}

#p1, #p2 {
	top: 85px; /* Clear shadow margin - 50 px + image height*/
}

#p3, #p4 {
	top: 315px;
}

#p5, #p6 {
	top: 605px;
}

#p7, #p8 {
	top: 895px;
}

#p9, #p10 {
	top: 1185px;
}

#p11, #p12 {
	top: 1415px;
}

#p13 {
	top: 1704px;
}

.desc { /* picture caption */
	left: 0px;
	top: -24px;
	position: absolute;
}