html, body {
	height: 100%;
	min-height: 100%;
}
div.page {
	width: 920px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
}
div.header, div.branding-logo, div.content, div.sidebar, div.footer {
	width: 100%;
	display: inline;
	float: left;
}
div.header {
	padding-top: 40px;
}
div.branding-logo {
	padding: 15px 0 0 25px;
	width: 132px;
}
div.content {
	padding: 80px 0 100px 25px;
	width: 738px;
	float: right;
	overflow: hidden;
	background: transparent url(/img/design/div-content.gif) no-repeat 0 2px;
}
div.sidebar {
	padding: 140px 0 0 25px;
	margin-bottom: 20px;
	width: 187px;
}
div.clearfix {
	clear: both;
}
div.footer {
	width: 688px;
	float: right;
	position: absolute;
	bottom: 0;
	left: 157px;
	z-index: 120;
	background: #f7f7f7;
}
div.related {
	padding: 15px 25px;
	width: 638px;
	position: relative;
	top: 0;
	left: -25px;
	z-index: 130;
	background: #f7f7f7;
}
