/*
centered1024_12.css
Centered, 1-2, 1024px wide, screen media CSS for use with modern, CSS-capable browsers.

author: Sing Chan, Mark Bice
version: 1.0
last modified: December 03, 2007

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  {





.yt-Container {
	width: 916px;
	margin-left: auto;
	margin-right: auto;	
}


.yt-ContentContainer {
	width: 904px;
	min-height: 200px;
	height: 200px;
}
html>body .yt-ContentContainer {
	height: auto;
}

.yt-ContentContainerInner {
	padding: 30px 10px 0 10px;
}

.yt-ContentPrimaryContainer {
	float: left;
	width: 100%;
}

.yt-ContentPrimary {
	margin-right: 220px;
}


.yt-ContentSecondary {
	float: left;
	margin-left: -210px;
	width: 210px;
}


.yt-ContentTertiary {
	display: none;
}





}
