@charset "utf-8";
body  {
	background: url(Images/outsideBgFiller.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #fff;
}


.twoColLiqLtHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto;
	margin-top: 50px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
}


.twoColLiqLtHdr #mainContent { 
	margin: 20px 20px 0 25%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
