#pageWrapper { 
	width: 992px;
	text-align:left; 
	padding-top: 0px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

/* header */
#header { 
	width:100%;
	background-color: #fff;
	margin: 0;
}
#header .content {
	padding: 0;
}
#innerHeader {
	display: none;
}
#pageTitle {
	text-align: left;
}

/* two-column styles */
#mainWrapper {
	background: transparent url(/images/leftcol-border2.gif) repeat-y top left;
	/* border-left: 266px solid #fff; */ /* leftcol background */
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        width: 990px;
	float:left;
	margin:0;
	padding:0;
}
#leftcol {
	float:left;
	/* margin-left:-266px; */
	overflow:hidden;
	position:relative;
	width:266px;
	z-index:100;
}
#rightcol {
	float: right;
	width: 724px;
}
#rightcol .content {
	padding: 20px;
}

/* one-column styles */
#maincol {
	width: 100%;
	margin: 0;
	background-color:#fff;
}
#maincol .content {
	padding: 10px;
}

/* footer */
#footer {
	width:990px;
	height: 40px;
	background-color: #ccc;
	margin: 0;
	clear: both;
        border: 1px solid #000;
}
#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;
}
