/*
centered1024_12.css
Centered, 1-2, 1024px wide, screen media CSS for use with modern, CSS-capable browsers.

author: Sing Chan, Katie Seaborn
version: 0.7
last modified: August 20, 2009

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-Content1Container {
	float: left;
	width: 100%;
}


.clbc-Content1 {
	margin-left: 310px;
	margin-right: 310px;
}


.clbc-Content2 {
	float: left;
	margin-left: -292px;
	width: 292px;
}


.clbc-Content3 {
	float: left;
	margin-left: -940px;
	width: 292px;
}






}