h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 10px 0 10px 0;}

html, body {height: 100%;}

.clear {clear: both; overflow: hidden; height: 0px;}

#pCont {
	position: relative;
	width: 950px;
	margin: auto;
	min-height: 100%;
}

#innerWrap {
	position:relative;
	min-height: 587px;
	border: solid #83a2ed;
	border-width: 2px 2px 2px 2px;
}
* html #innerWrap {height: 587px;}

#utils{
	float: left;
	width: 946px;
	border: solid #83a2ed;
	border-width: 2px 0px 4px 0px;
}

#rightCol {
	float: right;
	margin-top: 0px;
	margin-right: 3px;
	width: 740px;
}

#logo {
	position: relative;
	height: 165px;
	width: 945px;
	background: url('/template/images/logo.jpg') left top no-repeat;
}

#leftCol {
	float: left;
	width: 200px;
}

#counter{
	float: left;
	width: 175px;
}

#pageContent {
	padding: 10px;
	margin-bottom: 100px;
}

.row1 {
	background: #FFF;
	padding: 4px;
}

.row2 {
	background: #c4c4c4;
	padding: 4px;
}

#footer {
	position: absolute;
	bottom: 2px;
	left: 0px;
	height: 82px;
	width: 946px;
	text-align: center;
	font-size: 10px;
	border-bottom: 0px solid #ffff00;
	background: url('/template/images/footer.jpg') top right no-repeat;
}

#footerLogos {
	height: 80px;
	background: url('/template/images/footerLogos.jpg') top center no-repeat;
}

