/*
centered_1.css
Centered, primary content only, 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 {
	width: 100%;
}

.cga-ContentPrimary {
	margin-bottom: 10px;
}


.cga-ContentSecondary {
	display: none;
}


.cga-ContentTertiary {
	display: none;
}





}
