#pageWrapper { 
	width: 990px;
	text-align:left; 
	padding: 0 11px;
	margin: 0 auto 0 auto;
        clear: both;
	background: url(/images/background-border.png) repeat scroll 0 0 transparent;
}

/* header */
#header { 
	width:100%;
        height: 185px;
	margin: 0;
        background: url(/images/RMC-Green-to-the-core.png) no-repeat scroll top right #fff;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
	width: 610px;
}

/* two-column styles */
#mainWrapper {
	/* border-left: 205px solid #fff; */ /* leftcol background */
	float:left;
	margin:0;
	padding:0;
        background: url(/images/RMC-Green-to-the-core2.png) no-repeat scroll top right #fff;
}
#leftcol {
	float:left;
	/* margin-left:-205px; */
	overflow:hidden;
	position:relative;
	width:205px;
	z-index:100;
        border-right: 1px solid #25367B;
}
#rightcol {
	float: right;
	width: 784px;
        border-left: 1px solid #25367B;
        margin-left: -1px;
}
#rightcol .content {
	padding: 10px;
}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	background-color:#fff;
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:100%;
	height: 42px;
	background-color: #25367B;
	margin: 0;
	clear: both;
}
#footer .content {
	padding: 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;
}

