/* Welcome Message at Top of Page */
#welcomeTop
{
  margin-bottom:20px;
  width:725px;
  background:#ece3dc url(/images/home/welcome-top.gif) no-repeat top left;
}
#welcomeBottom
{
  padding:15px;
  background:transparent url(/images/home/welcome-bottom.gif) no-repeat bottom left;
}

/* Categories Section */
#categoriesTop
{
  height:27px;
  width:725px;
  background:transparent url(/images/home/categories-top.gif) no-repeat top left;
}
#categoriesBottom
{
  margin-bottom:10px;
  height:20px;
  width:725px;
  background:transparent url(/images/home/categories-bottom.gif) no-repeat top left;
}
#categories1 { background:transparent url(/images/home/categoriesbackground-middle.gif) repeat-y left; }
#categories2 { background:transparent url(/images/home/categoriesbackground-top.gif) no-repeat top left; }
#categories3
{
  width:725px;
  overflow:auto;
  background:transparent url(/images/home/categoriesbackground-bottom.gif) no-repeat bottom left;
}
div.categoryOuter, div.categorySpacer { float:left; }
div.categoryOuter { width:219px; }
div.categoryInner { padding:10px; }
#categorySpacer1 { width:35px; }
#categorySpacer2 { width:33px; }

/* Columns Below Categories */
div.cols { margin-bottom:10px; }
div.colSpacer { float:left; }
div.col
{
  width:235px;
  text-align:center;
}
div.colSpacer { width:10px; }