#pageWrapper { 
	width: 894px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	/* border: 1px solid #ccc; */
}

/* header */
#header { 
	width:100%;
	background-color: #49a7de;
	margin: 0;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
}

/* two-column styles */
#mainWrapper {
	background-color:#49a7de;
	border-left: 163px solid #49a7de; /* leftcol background */
	float:left;
	margin:0;
	padding:0;
}
#leftcol {
	float:left;
	margin-left:-163px;
	overflow:hidden;
	position:relative;
	width:163px;
	z-index:100;
}
#rightcol {
	float: right;
	width: 731px;
}
#rightcol .content {
	padding: 10px 8px;
}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	background-color:#49a7de;
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:100%;
	height: 42px;
	background-color: #1c6599;
	background-repeat: no-repeat;
	background-image: url(/images/footer-background.jpg);
	margin: 0;
	clear: both;
}
#footer .content {
	padding: 14px 0 14px 0;
	text-align: center;
	height: 14px;
}
#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;
}
