div#windowstage {
	position: relative;
	margin: 0px auto;
	width: 100%;
	clear: both;
	z-index: 0;
}

div#sitecollagehome {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 380px;
	background-color: #172726;
	overflow: hidden;
	z-index: 0;
}

div#sitecollageinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 135px;
	background-color: #172726;
	overflow: hidden;
	z-index: 0;
}

div#sitecontent {
	position: relative;
	margin: 0px auto;
	width: 780px;
	height: auto;
	min-height: 500px;
	z-index: 0;
}

div#sitecontenthome {
	position: relative;
	margin: 0px auto;
	width: 780px;
	height: auto;
	min-height: 300px;
	z-index: 0;
}

div#sitesandway {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

div#sitefooter {
	position: relative;
	width: 780px;
	margin: 10px auto;
	border-top: 1px dotted gray;
	z-index: 0;
}

	div#sitefooter p {
		margin: 6px 0px;
		padding: 0px;
		font-size: 11px;
		text-decoration: none;
		color: gray;
	}
	div#sitefooter a,
	div#sitefooter a:hover {
		font-size: 11px;
		text-decoration: underline;
		color: #505050;
	}
	div#sitefooter a:hover {
		text-decoration: none;
	}

