/*
	This file is here only to override the centre position since we have no "right" module position (technically
	we do but I moved it underneath "left" to give us more room for the forum).
*/
#centre {
	width: 750px;
	_width: 740px; /* AAGGHH IE6 hack :( */
}
/* The photo gallery uses a 3-column layout. */
.column-1, .column-2, .column-3 {
	width: 245px;
}
.column-3 {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
h1,
.contentpagetitle,
.componentheading,
.contentheading {
	width: 100%; /* No FB like button in this template. */
}