/*
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  {





.spug-Container {
	width: 895px;
	margin-left: auto;
	margin-right: auto;	
}


.spug-ContentContainer {
	width: 895px;
	min-height: 200px;
	height: 200px;
}
html>body .spug-ContentContainer {
	height: auto;
}


.spug-ContentPrimaryContainer {
	float: left;
	width: 100%;
}

.spug-ContentPrimary {
	margin-right: 280px;
}


.spug-ContentSecondary {
	float: left;
	margin-left: -280px;
	width: 260px;
	padding-right: 20px;
}


.spug-ContentTertiary {
	display: none;
}





}