/*
centered1024_312.css
Centered, 3-1-2, 1024px wide, screen media CSS for use with modern, CSS-capable browsers.

author: Sing Chan
version: 0.7
last modified: March 12, 2007

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: 965px;
	min-height: 200px;
	height: 200px;
}
html>body .ch-ContentContainer {
	height: auto;
}


.ch-Content1Container {
	float: left;
	width: 100%;
}


.ch-Content1 {
	margin-left: 194px;
	margin-right: 194px;
}


.ch-Content2 {
	float: left;
	margin-left: -194px;
	width: 194px;
}


.ch-Content3 {
	float: left;
	margin-left: -965px;
	width: 194px;
}





}