
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-image: url(../images/background.png);
  background-color: gray;
}

div#page_body
{
  background-image: url(../images/background-top.png);
  background-repeat: repeat-x;
}

div#page_body > table
{
  width: 1000px;
  margin: auto;
}

div#page_body > table
{
  margin-top: 15px;
/*   border-spacing: 15px; */
}

div#banner
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  color: white ;
  height: 243px;
  width: 1000px;
  margin: auto;
}

div#banner img
{
  display: block;
}


td.left
{
  width: 180px;
  vertical-align: top;
  min-height: 500px;
}

td.middle
{
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  width: 580px;
  margin: auto;
  padding: 10pt;
  min-height: 500px;
  background-image: url(../images/beige.png);
}

div#sidebar_menu
{
  width: 180px;
  font-size: 15px;
}

div.menu
{
  background-image: url(../images/button-background-over.png);
}

div.menuItem,div.menuItemActive
{
  vertical-align: center;
  width: 175px;
  margin-bottom: 5px;
  margin-left: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  clear: both;
}

div.menuItem
{
}

div.menuItem img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
  visibility: hidden;
}

div.menuItemActive
{
  background-image: url(../images/button-background.png);
}

div.menuItemActive img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
}

div.menuItem a
{
  text-decoration: none;
  color: black ;
}

div.menuItemActive
{
  cursor: pointer;
}

div.menuItemActive a
{
  text-decoration: none;
  color: #666 ;
}


div#current_funerals
{
  position: relative;
  left: 0 ;
  background-image: url(../images/green.png);
  min-height: 350px;
  width: 185px;
  text-align: center;  
  padding-top: 10px;
  font-family: sans-serif;
  color: black;
  font-size: 11px;
}

div#current_funerals div.title
{
  margin-top: 1px ;
  margin-bottom: 0px;
  text-align: center;
}

div#current_funerals h1
{
  font-size: 14px;
}

div#current_funerals hr
{
  border: 0 ;
  display: none;
  visibility: hidden;
}

div#current_funerals a
{
  color: #FFD;
  text-decoration: none;
}

div#current_funerals a:hover
{
  text-decoration: underline;
}

div#footer
{
  background-image: url(../images/footer.png);
  height: 129px;
  width: 1009px;
  font-size: 9pt;
  margin: auto;
  margin-top: 20px;
  padding-bottom: 100px;
  background-position: 3px 0px;
  background-repeat: no-repeat;
  color: black ;
  text-align: center;  
}

div#footer a
{
  color: black;
}

div.subbanner
{
  height: 315px;
  background-image: url(../images/homes.png);
  background-repeat: no-repeat;
  width: 1000px;
  margin: auto;  
}

