html, body {
	min-height: 100%;
}
div.page-wrapper {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	/* background: transparent url(../img/grid.gif) repeat-y 50% 0; */
}
div.header, div.wrapper, div.footer {
	margin: 0 auto;
	padding: 0 22px;
	width: 916px;
	overflow: visible;
	clear: both;
}
div.logo {
	margin-left: 312px;
	margin-bottom: 20px;
	padding-top: 20px;
}
div.wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: 300;
}
div.content {
	margin-bottom: 60px;
	padding: 0 0 0 312px;
	min-height: 450px;
	width: 604px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 320;
	overflow: hidden;
}
div.footer {
	padding: 0;
	border-top: 1px solid #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 315;
}
div.main {
	width: 370px;
	width: 350px;
	display: inline;
	float: left;
}
div.sidebar {
	width: 214px;
	width: 234px;
	display: inline;
	float: right;
}
div.column {
	margin-left: 20px;
	width: 175px;
	display: inline;
	float: left;
}
div.first-child {
	margin-left: 0;
	width: 214px;
}
