/* ========================================== */
/*                                            */
/*                 res3cr.css                 */
/* C-R STYLESHEET FOR RESUME.HARGANONLINE.COM */
/*       Sets up two floating columns         */
/*                                            */
/* ========================================== */

@import url("res3base.css");

.boxleftctr {width: 70%; float: left; }
.boxctr     {width: 99%; float: right;}
.boxleft    {width:  1%; float: left; }
.boxright   {width: 29%; float: right;}
.boxundr    {width: 99%; float: left; }

.boxleft  {border: none; }

/* Page specific exceptions */
#p93 .boxleftctr {width: 625px; float: left; }
#p93 .boxright   {width: 250px; float: right;}

