/* print style sheet */

.mainarea { /*this could be set to 80%*/ }

.leftcolumn { width: 0px; display: none  }
  .lefttop { width: 0px; display: none  }
  .leftmain { width: 0px; display: none  }
  .leftbase { width: 0px; display: none }

  .rightcolumn { width: 0px; display: none }
    .righttop { width: 0px; display: none  }
	.rightmain { width: 0px; display: none  }
	.rightbase { width: 0px; display: none  }

.footer { width: 0px; }
.botlinkarea { width: 0px; }
.displayarea { width: 0px; }
.headingarea { width: 0px; }
  .headerleft { width: 0px; }
  .headermain { width: 0px; }
  .headerright { width: 0px; }


/*  JUST THIS SQUASHES MIDDLE SO ALL FITS ON

  .footer { width: 0px; }
.botlinkarea { width: 0px; }
.displayarea { width: 0px; }
.headingarea { width: 0px; }
  .headerleft { width: 0px; }
  .headermain { width: 0px; }
  .headerright { width: 0px; }

*/
