/*
centered1024_12.css
Centered, 1-2, 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  {





.ch-Container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
}


.ch-ContentContainer {
	width: 980px;
	min-height: 200px;
	height: 200px;
}
html>body .ch-ContentContainer {
	height: auto;
}


.ch-Content1Container {
	float: left;
	width: 100%;
}

.ch-Content1 {
	margin-right: 0;
	margin-bottom: 10px;
	min-height: 285px;
	height: 285px;
}
html>body .ch-Content1 {
	height: auto;
}

.ch-Content2, .ch-Content3 {
	display: none;
}





}