/* ======================================== */
/*                                          */
/*              res3lcr.css                 */
/*  L-C-R STYLESHEET FOR HARGANONLINE.COM   */
/*    Sets up three floating columns        */
/*                                          */
/*                                          */
/* ======================================== */

@import url("kbk1base.css");
  
.boxleftctr {width: 615px; float: left;}
.boxctr     {width: 420px; float: right;} 
.boxleft    {width: 180px; float: left;}
.boxright   {width: 180px; float: right;}


