@charset "utf-8";

/*
**   The combined widths below should normally add to 746.
*/

/********** MAIN BODY **********/
.structure #mainBody { 
	width: 747px;  /* Added one pixel to full width column to account for missing border between divs */
} 

/********** PGS SIDEBAR **********/
.structure #sidebarRight {
	width: 0;
	border: none;
	display: none;
	visibility: hidden;
	margin-left: -1px;
}


