#pageWrapper { 
	width: 750px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/* header */
#header { 
	width:100%;
	margin: 0;
	height: 284px;
}
#header .content {
	padding: 0;
}
#pageTitle {
	text-align: left;
}

/* two-column styles */
#mainWrapper {
	background-color:#fff;
	border-left: 150px solid #224A4A; /* leftcol background */
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 599px;
}
#leftcol {
	float:left;
	margin-left:-150px;
	overflow:hidden;
	position:relative;
	width:150px;
	z-index:100;
}
#rightcol {
	float: right;
	width: 599px;
}
#rightcol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:100%;
	height: 15px;
	background-color: #fff;
	margin: 0;
	clear: both;
}
#footer .content {
	padding: 0;
	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;
}

