html, body {
	height: 100%;
}
div.page {
	width: 1024px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent url(../img/div-wrapper.gif) repeat-y 0 0;
}
div.header, div.wrapper, div.footer {
	width: 100%;
	overflow: hidden;
}
div.header {
	height: 251px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 110;
	background: transparent url(../img/div-header.gif) repeat-x 0 100%;
}
div.masterhead {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
}
div.wrapper {
	padding-bottom: 10em;
	border-top: 33px solid #fff;
}
div.content {
	margin-left: 20px;
	margin-right: 12px;
	width: 716px;
	display: inline;
	float: right;
	overflow: visible;
}
div.sidebar {
	padding-right: 20px;
	width: 215px;
	display: inline;
	float: left;
	overflow: hidden;
}
div.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 120;
	background: transparent url(../img/div-footer.gif) no-repeat 275px 0;
}
div.news-post {
	padding-left: 170px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
}
div.disclaimer {
	margin: 0 auto;
	padding: 15px;
	width: 666px;
	background: #fff;
}
div.left {
	width: 330px;
	float: left;
}
div.right {
	width: 330px;
	float: right;
}
div.notes {
	padding-top: 1em;
	border-top: 1px solid #cfcfcf;
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #f4f4f4;
}
div.contacts {
	width: 205px;
	position: absolute;
	bottom: 1.500em;
	left: 10px;
	z-index: 121;
	color: #fff;
	text-align: right;
}