/*
centered1024_312.css
Centered, 3-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  {


.pp-ContentContainer {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	min-height: 200px;
	height: 200px;
}
html>body .pp-ContentContainer {
	height: auto;
}


.pp-Content1Container {
	float: left;
	width: 100%;
}


.pp-Content1 {
	margin-left: 245px;
	margin-right: 230px;
}


.pp-Content2 {
	display: block;
	float: left;
	margin-left: -225px;
	width: 210px;
	padding-right: 15px;
	padding-top: 5px;
}


.pp-Content3 {
	float: left;
	margin-left: -968px;
	width: 215px;
	padding-left: 15px;
	padding-top: 5px;
}



}
