
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #e2d1d3;
}

div#page_body
{
  background-color: white ;
}

div#banner
{
  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  
  height: 118px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: #760c28 ;
  background-image: url(../images/menu-background.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 149px;
  vertical-align: top;

  min-height: 500px;
}

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

td.right
{
  background-color: #c39a9e ;  
  width: 150px;
  vertical-align: top;

  min-height: 500px;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
}

div#sidebar_menu
{
  background-color: #760c28 ;
  background-image: url(../images/menu-background.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 149px;
  font-size: 15px;
}

div.menu
{
  margin-top: 10px;
}

div.menuItem,div.menuItemActive
{
  margin-bottom: 10px;
  margin-left: 10px;
  clear: both;
}

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

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

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

div.menuItemActive
{
  cursor: pointer;
}

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


div#current_funerals
{
  position: relative;
  top: -17px;
  left: 0 ;
  background-color: #c39a9e ;
  background-image: url(../images/obit-topedge.png) ;
  background-repeat: repeat-x ;  
  width: 150px;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: #760c28;
  font-size: 12px;
}

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

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

div#current_funerals div
{
  padding-top: 2px;
}

div#footer
{
  height: 13px;
  background-image: url(../images/footer-background.png) ;
  background-repeat: repeat-x ;    
}

