#pageWrapper { 
	width: 970px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/* header */
#header { 
	width:100%;
	background-color: #fff;
	margin: 0;
	height: 157px;
	border-bottom: 2px solid #fff;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
}

/* two-column styles */
#mainWrapperTop {
	background: transparent url(/images/main-wrapper-top.gif) no-repeat scroll top left;
	height: 3px;
	line-height: 3px;
	width: 970px;
}
#mainWrapperBottom {
	background: transparent url(/images/main-wrapper-bottom.gif) no-repeat scroll bottom left;
	height: 3px;
	line-height: 3px;
	width: 970px;
	clear: both;
}
#mainWrapper {
	background: transparent url(/images/main-wrapper-bg.gif) repeat-y top left;
   width: 970px;
	float:left;
	margin:0;
	padding:0;
}
#leftcol {
	float:left;
	overflow:hidden;
	position:relative;
	width:170px;
	z-index:100;
}
#rightcol {
	float: right;
	width: 800px;
}
#rightcol .content {
	padding: 3px 12px 12px 12px;
}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	background-color:#fff;
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:970px;
	background-color: #fff;
	margin: 0;
	clear: both;
}
#footer .content {
	padding: 10px;
	text-align: center;
}
#innerFooter {
	text-align: center;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Fixes 3px gap issue with floating img's for IE 5 */
/* http://www.positioniseverything.net/explorer/threepxtest.html */
* html #floated-image {
	margin: 0 -3px; ma\rgin: 0;
}

