@charset "UTF-8";
.oneColFix #container {
	background:#fff;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */

}
.oneColFix #mainContent {
	margin-top: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
}
.checkout #mainContent {
	margin: 0 auto;
	text-align:left;
}
.oneColFix #mainContent h1 { clear:both;}
.oneColFix #mainContent .wrap {margin: 0px;}
.checkout #mainContent .wrap {margin: 0 auto; text-align:left; width:770px;}
.oneColFix #footer {clear: both;}

