/*
centered1024_home.css
Centered, home, 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  {





.bp-Container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}


.bp-ContentContainer {
	width: 960px;
	min-height: 420px;
	height: 420px;
}
html>body .bp-ContentContainer {
	height: auto;
}


.bp-Content1Container {
	float: left;
	width: 100%;
}

.bp-Content2, .bp-Content3 {
	display: none;
}





}
