@charset "utf-8";
body  {
	background: #FFF;
	background-Image:url(../Images/Common/background.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColFix #container { 
	width: 960px;
	margin: 0 auto; 
	border: 0px solid black;
	text-align: left; 
} 
.thrColFix #mainContent { 
	margin: 0 200px; 
	padding: 0 10px; 
}
.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;
}

