body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: #998d51;
  text-align: center;
}

div#page_body
{
  margin: 0px auto;
  text-align:left;
  background-color: #998d51 ;
  width: 969px;
}

div#banner
{
/*  background-image: url(../images/banner-stretch.png) ;
  background-repeat: repeat-x ;  */
  background-color: blue ;
  color: white ;
  height: 162px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: #998d51 ;
  background-image: url(../images/left-flat-menu.png) ;
  background-repeat: repeat-y;
  width: 154px;
  vertical-align: top;
  min-height: 450px;
}

td.middle
{
  background-color: #998d51;
  vertical-align: top;
  min-height: 450px;
}

td.right
{
  background-color: #998d51 ;
  background-image: url(../images/right-flat-menu.png) ;
  background-repeat: repeat-y;
  width: 169px;
  vertical-align: top;
  min-height: 450px;
}


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

div#main_obit
{
  margin: 0;
  padding: 25pt;
  min-height: 450px;
}

div#sidebar_menu
{
  background-image: url(../images/left-main-menu.png) ;
  background-repeat: no-repeat;
  height: 300px;
  width: 149px;
  font-size: 12px;
}

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

div.menuItem,div.menuItemActive
{
  margin: 1px 1px 1px 0px;
  padding: 2px 5px 2px 12px;
  font-weight: bold;
/* 
  border: 1px solid rgb(154, 54, 30) ;
  border: 1px solid rgb(124, 34, 00) ;
  background-color: #9D8D52;
*/
  border: 1px  solid #7f2f0c; 
  border-top: 1px solid #bf6f4c;
  border-left: 1px solid #bf6f4c;
  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:  #dad2a1; 
/* rgb(154, 141, 81) ; */
}

div.menuItemActive
{
  cursor: pointer;

  border: 1px  solid #bf6f4c;
  border-top: 1px solid #7f2f0c;
  border-left: 1px solid #7f2f0c;

/*   border: 1px inset #9D8D52; */

}

div.menuItemActive a
{
  text-decoration: none;
  color:  rgb(154, 141, 81) ;
}


div#current_funerals
{
  position: relative;
  left: 0 ;
  background-image: url(../images/right-main-menu.png) ;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-top: 10px;
  min-height: 277px;
  font-family: sans-serif;
/*   color: #958959; */
  color: #dad2a1; 
  font-size: 10px;
}

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

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

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

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

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

div#footer
{
  height: 37px;
  background-color: cyan;
  background-image: url(../images/bottom-bar.png) ;
  color: black ;
}

div#footer div { padding-top: 5px; }
div#footer a { color: white; font-size: 10px;}
