html, body {
	height: 100%;
	min-height: 100%;
}
div.page {
	margin: 0 auto;
	width: 100%;
	/*
	max-width: 1600px;
	min-width: 960px;
	*/
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
}
div.s {
	width: 760px;
}
div.m {
	width: 960px;
}
div.l {
	width: 1200px;
}
div.xl {
	width: 1340px;
}
div.branding {
	width: 100%;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 210;
	overflow: hidden;
}
div.content {
	margin-bottom: 3.46em;
	width: 100%;
	display: inline;
	float: left;
}
div#primary {
	margin: 109px 1% 0 2%;
	width: 51%;
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 410;
}
div#secondary {
	margin: 179px 1% 0 0;
	width: 23%;
	display: inline;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 510;
}
div#tertiary {
	margin-top: 179px;
	width: 19%;
	display: inline;
	float: left;
}
div.footer {
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 310;
	background: #dcdcdc;
	font-size: .87em;
}
div.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}
div.wrapper {
	padding: 0 10px;
	background: #fff;
}
div#secondary div.wrapper {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
}
div.post {
	padding: 0 20px 20px;
}