/*
centered1024_3h12.css
Centered, 3-1-2 with header, 1024px wide, screen media CSS for use with modern, CSS-capable browsers.

notes:
The rules in this stylesheet are for grid layout only! ie grid dimensions and positioning.
Place colours, child elements, etc in the appropriate theme CSS.
*/

@media screen  {





.clbc-Container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;	
}


.clbc-ContentContainer {
	width: 940px;
	min-height: 200px;
	height: 200px;
}
html>body .clbc-ContentContainer {
	height: auto;
}

.clbc-ContentContainerInner {
	float: right;
	width: 745px;
}

.clbc-Content1Container {
	float: left;
	width: 512px;
}


.clbc-Content2 {
	float: right;
	width: 215px;
}


.clbc-Content3 {
	float: left;
	width: 178px;
}

.clbc-PageTitle {
	margin-bottom: 15px;
}



}