.twoColLiqLtHdr #container { 
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	 font-family:Arial, Helvetica, sans-serif; !important;
} 

.twoColLiqLtHdr #sideleft, .twoColLiqLtHdr #footer {display:none; padding:0px; margin:0px; border:none; height:0px;}

.twoColLiqLtHdr #mainContent {
	margin: 0px !important;
	padding: 0px !important;	
	border: none !important;
	width:100%;
	 font-family:Arial, Helvetica, sans-serif; !important;
} 

.twoColLiqLtHdr, body {
    font-family:Arial, Helvetica, sans-serif; !important;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
}