html, body {
	min-height: 100%;
}
* html, * html body {height: 100%;}

.spacer {
	height: 30px;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
}

#pCont {
	width: 950px;
	margin: auto;
	background: url('/template/images/pageBg.jpg') left 171px repeat-y;
}

#pHeader {
	height: 161px;
	background: url('/template/images/header1.jpg') top left no-repeat;
	border-bottom: 10px solid #fff;
}

#pageContainer {
	margin: 0 94px 0 94px;
	min-height: 100%;

}

#mainNav {
	background: #2e9ec2;
	border-top: 3px solid #54afcd;
	border-left: 3px solid #54afcd;
	border-right: 3px solid #174f61;
	border-bottom: 3px solid #174f61;
	padding: 6px 0 6px 6px;
}

#pageContent {
	background: url('/template/images/logo.jpg') left bottom no-repeat;
	padding-bottom: 50px;
	min-height: 400px;
}
* html #pageContent {height: 400px;}

#w3logos {
	width: 780px;
	margin: 5px auto;
}
