/*
centered1024_31.css
Centered, 3-1, 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  {




.ep-Container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;	
}


.ep-ContentContainer {
	width: 960px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 200px;
	height: 200px;
}
html>body .ep-ContentContainer {
	height: auto;
}


.ep-ContentPrimaryContainer {
	float: left;
	width: 100%;
}


.ep-ContentPrimary {
	margin-left: 185px;
	margin-right: 0;
}


.ep-ContentSecondary {
	display: none;
}


.ep-ContentTertiary {
	float: left;
	margin-left: -960px;
	width: 170px;
}





} 
*/