#pageWrapper { 
	width: 990px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto;
	background-color: #fff;
}

/* two-column styles */
#mainWrapper {
	background: transparent url(/images/leftcol-bg.jpg) repeat-y top left;
   width: 990px;
	float:left;
	margin:0;
	padding:0;
}
#leftcol {
	float:left;
	overflow:hidden;
	position:relative;
	width:267px;
	padding-left: 36px;
	z-index:100;
}
#rightcol {
	float: right;
	width: 687px;
}
#rightcol .content {
	padding: 0 18px 0 0;
}
#pageHeading {
	width: 669px;
	height: 80px;
}
#pageTab {
	float: left;
	position: relative;
}
#pageNav {
	float: left;
	position: relative;
	padding-left: 9px;
	padding-top: 18px;
}
#pageNav a {
	font-size: 12px;
	text-transform: lowercase;
	display: block;
	line-height: 20px;
}
#pageNav a:link, #pageNav a:visited, #pageNav a:hover, #pageNav a:active, #pageNav a:focus {
	text-decoration: none;
}
#pageTitle {
	float: left;
	position: relative;
}
#pageTitle h1 {
	padding: 12px 0 0 11px;
}
#pageContent {
	padding: 0 0 0 20px;
}

 /* *** 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;
}

