/*
centered_12.css
Centered, 1-2, 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  {





.cga-Container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}


.cga-ContentContainer {
	min-height: 200px;
	height: 200px;
}
html>body .cga-ContentContainer {
	height: auto;
}


.cga-ContentPrimaryContainer {
	float: left;
	width: 100%;
}

.cga-ContentPrimary {
	margin-right: 255px;
}


.cga-ContentSecondary {
	float: left;
	margin-left: -250px;
	width: 250px;
}


.cga-ContentTertiary {
	display: none;
}





}
