/* "New Products" and "Calendar of Events" Columns */
#cols
{
  width:100%;
  overflow:auto;
}
div.col1, div.col2, div.col3 { float:left; }
div.col1, div.col3 { width:350px; }
div.col2 { width:25px; }
h2.colHeading
{
  padding:3px;
  text-align:center;
}
div.rowDivider
{
  clear:both;
  margin-bottom:3px;
  height:3px;
  overflow:hidden;
  background:#ece3dc;
}
#newsMiddle { background:transparent url(/images/news/news-middle.gif) repeat-y center; }
#newsTop { background:transparent url(/images/news/news-top.gif) no-repeat top center; }
#newsBottom
{
  width:100%;
  overflow:auto;
  background:transparent url(/images/news/news-bottom.gif) no-repeat bottom center;
}
#newsBottom div.col1, #newsBottom div.col2 { width:345px; }
#newsBottom div.col1 { margin-right:35px; }