@charset "utf-8";
/* Column Structures */
div.whole {
	width:960px;
	margin:0px auto 8px auto;
	padding:0;
	clear:both;
}
div.third {
	float:left;
	width:310px;
	margin-right:8px;
	margin-bottom:8px;
}
div.twoThirds {
	float:left;
	width:620px;
	margin-right:8px;
	margin-bottom:8px;
}
div.features div.third, div.tallFeatures div.third {
	width:302px;
	margin:4px;
}
div.sixthLeft {
	float:left;
	width:151px;
	margin-right:4px;
	margin-bottom:8px;
}
div.sixthRight, div.sixth {
	float:right;
	width:151px;
	margin-left:4px;
	margin-bottom:8px;
}
div.half {
	float:left;
	width:470px;
	margin:0 5px 8px 0;
	padding:0;
}
div.features, div.tallFeatures {
	padding:8px;
	width:990px;
	margin:12px auto 8px auto;
	background:url(../images/backgrounds/featureBack.png) repeat-x;
	border:1px solid #999999;
}
div.features div.half, div.tallFeatures div.half {
	width:484px;
	padding:0;
	margin:0;
}
div.quarterLeft, div.quarter {
	float:left;
	width:230px;
	margin:0px 0px 4px 4px;
	border-width:4px;
	border-style:solid;
	padding:0;
}
div.halfInHalf {
	float:left;
	width:472px;
	margin:0px 0px 4px 4px;
	border-width:4px;
	border-style:solid;
	padding:0;
}
div.quarterRight {
	float:right;
	width:230px;
	margin:0px 0px 4px 4px;
	border-width:4px;
	border-style:solid;
	padding:0;
}
div.first {
	margin-left:0;
}
div.tallFeatures {
	background:url(../images/backgrounds/tallfeatureBack.png) repeat-x;
}
div.last {
	margin-right:0;
}
#content div.quarter img, #content div.quarterLeft img, #content div.quarterRight img, #content div.halfInHalf img {
	float:none;
	margin:0;
	padding:0;
	border:0px none;
}

div.clearedLeft {
	clear:left;
}
div.clearedRight {
	clear:right;
}
div.cleared {
	clear:both;
}
div.halfOfWhole {
	float:left;
}
div.centredMultifunction {
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}
div.centredMultifunction img {
	float:none;
}
div.galleryIndex {
	width:990px;
	margin:auto;
}
div.galleryPreview {
	width:330px;
	padding:0;
	margin:0;
	float:left;
}