html, body {
	height: 100%;
}
div.page {
	margin: 0 auto;
	padding: 0 17px 0 0;
	width: 930px;
	min-height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff url(../img/div-page.gif) no-repeat 100% 0;
}
div.header {
	width: 100%;
	overflow: hidden;
}
div.masterhead {
	padding-left: 25px;
	padding-right: 696px;
	height: 256px;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	z-index: 200;
	background: #fff url(../img/div-masterhead.gif) no-repeat 0 0;
}
div.content {
	padding: 30px 0 8em;
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/div-content.gif) repeat-y 0 0;
}
div.main {
	margin: 0 12px;
	width: 639px;
	display: inline;
	float: right;
	clear: right;
	overflow: hidden;
}
div.sidebar {
	padding: 0 30px;
	width: 207px;
	display: inline;
	float: left;
	clear: left;
	overflow: hidden;
}
div.footer {
	margin: 0 63px 0 32px;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
	width: 585px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 120;
}
div.slideshow {
	width: 639px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 210;
}
