/*
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  {




.bctc-Container {
	width: 965px;
	margin-left: auto;
	margin-right: auto;	
}


.bctc-ContentContainer {
	width: 965px;
	min-height: 200px;
	height: 200px;
}
html>body .bctc-ContentContainer {
	height: auto;
}


.bctc-ContentPrimaryContainer {
	float: left;
	width: 100%;
	background: url(../../images/bg_ContentPrimaryContainer.gif) repeat-y top left;
}

.bctc-ContentPrimary {
	margin-left: 185px;
}


.bctc-ContentSecondary {
	display: none;
}


.bctc-ContentTertiary {
	display: block;
	float: left;
	margin-left: -965px;
	width: 185px;
}





}