/* ======================================== */
/*                                          */
/*               hol3cr.css                 */
/*    C-R STYLESHEET FOR HARGANONLINE.COM   */
/*       Sets up two floating columns       */
/*                                          */
/*                                          */
/* ======================================== */

@import url("kbk1base.css");
  
.boxleftctr {width: 66%; float: left;}
.boxctr     {width: 99%; float: right;} 
.boxleft    {width:  1%; float: left;}
.boxright   {width: 33%; float: right;}

