/* #ident "@(#) $Id: eggcoddlers.css,v 1.1 2011/09/22 23:53:39 RobJenson Exp RobJenson $" */

/* Cascading Style Sheet for all egg-coddlers.com pages */

/* Our default background is white */
body {	background-color: #ffffff; }
/* default to full separator lines - override in individual hrs */
hr { width: 100%; }

div.space50px { height: 50px; }

/*
  Styles for the new manufacturers page -- testing.
  */

#topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #cc8844;
}

#leftbar {
    position: absolute;
    top: 90px;
    left: 0;
    width: 120px;
    background: #eeeeee;
    
}

#contentbody {
    position: absolute;
    top: 120px;
    left: 120px;
    margin-right: 15px;
}

/* End of egg-coddlers.com Style Sheet */
