body  { background-color:#000000;margin:0; padding:0; text-align:center;}
body, p, td {font:11px/17px Verdana, Arial, Helvetica, sans-serif; color:#000;}
#mainWrap {width: 900px;  margin: 0 auto; position:relative;} 
#header {width:900px;}

#content {width:900px; padding:0; margin:0; background:#FFFFFF url(images/wrapperBack.gif) repeat;}

#leftColumn {float: left; width: 40px; background-color:#f3031e;padding-top:20px;}
#mainContent {float:right; width:820px; padding: 10px 20px 10px 20px; background-color:#FFFFFF; text-align:left; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}