/* styles for layout 2 - navigation at left, text column in center, sidebar column on 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 344px */
#divtext {
  width: 320px;
  padding: 0px 12px 0px 12px;
}



/* SIDEBAR */

#divsidebar {
  width: 240px;
}
