/* position list chunks side by side */
div.columnlist
{
  float: left;
  width: 33%;
}

/* clear float after lists */
br
{
  clear: left;
}
