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

div#page_body
{
  background-color: white ;
}

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

div#banner img
{
  display: block;
}

td.left
{
  vertical-align: top;
  background-image: url(../images/menu-bckg.png) ;
  background-position: top right;
  background-repeat: repeat-y;
  width: 150px;
  background-color: #D7B8B8 ;
}

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

td.right
{
  background-color: #dbcdc8 ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
  color: #8c2929;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 500px;
  background-image: url(../images/background.png) ;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white ;
}

div#sidebar_menu
{
  width: 140px;
  min-height: 10em;
  font-size: 0.65em;
  color: black;
  padding-bottom: 20px;
}

div.menu
{
  position: static;
}

div.menuItem,div.menuItemActive
{
  position: relative;
  font-family: sans-serif;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 4px;
  width: 134px;
  height: 34px;
  cursor: pointer ;
  z-index: 10;
}

div.menuItem
{
  color: #8c2929 ;
  background-color: #bfaba5;
  border: 1px solid #AE8383 ;
  border-top: 1px solid #A67A7A;
  border-left: 1px solid #A67A7A;
}

div.menuItemActive
{
  color: #8c2929 ;
  background-color: #dbcdc8;
  border: 1px solid #eeeecc ;
  border-top: 1px solid #D7B8B8;
  border-left: 1px solid #D7B8B8;
}

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

div.menuItem a
{
  color: #8c2929 ;
  text-decoration: none ;
}

div.subMenu
{
  margin-left: -1px;
  margin-top: -1px;
  position: absolute;
  z-index: 10;
}

img.menuArrow
{
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 10;
}


div#current_funerals
{
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: black;
  font-size: 10px;
}

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

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

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

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

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

div#footer
{
   height: 25px;
  background-color: #886666 ;
  padding-top: 1px;
  font-family: sans-serif;
  font-size: 10px;
}


