#photo-table {
	text-align: center;
	margin: 0 auto;
	padding: 3px;
}
.photo-1 {
	float: left;
	width: 32%;
	margin-left: 3px;
}
.photo-2 {
	float: left;
	width: 32%;
	margin-left: 3px;
}
.photo-3 {
	float: right;
	width: 32%;
}
.photo-row {
	
}
.photo-clear {
	clear: both;
	width: auto;
	font-size: 1px;
}
