/* styles for layout 3 - navigation at left, text column in center-right */



/* CONTENT AREA */

#divbody {
  margin-bottom: 1px; /* so that left column nearly touches footer */
}

/* breadcrumb */
#divbreadcrumb {
  padding-left: 12px;
  padding-right: 12px;
}

/* text area - total width 584px */
#divtext {
  width: 572px;
  padding: 0px 0px 0px 12px;
}
