/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#page {
	background: url(images/pagebg.jpg) top left no-repeat;
	width: 1100px;
	min-height: 800px;
	margin: 0 auto;
}
#pageHeader {
	width: 866px;
	margin-left: 191px;
}
#pageBody {
	width: 866px;
	margin-left: 191px;
}
#pageFooter {
	width: 866px;
	margin-left: 191px;
	margin-top: 2.0em;
	padding-top: 0.5em;
	border-top: 1px dashed gray;
}

#pageHeader #himg1 {
	background: url(images/header/header.jpg) bottom left no-repeat;
	height: 167px;
	border-bottom: 1px solid black;
}
