
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-image: url(../images/Background-Header.png) ;
  background-position: top center;
  background-repeat: no-repeat ;  
}

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

div#banner
{
  background-image: url(../images/title.png) ;
  background-repeat: no-repeat ;  
  color: white ;
  height: 158px;
  margin-top: 100px;
  margin-bottom: 60px;
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: red ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}

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

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


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

div#footer
{
  width: 100%;
  text-align: center;
  height: 13px;
  color: black ;
}

div#footer a
{
  color: black;
  font-size: 8pt;
}

a.deceased { position: relative; }

a.deceased div { display:none;}

div.hover_details img { float: left; height: 45px; margin-left: 20px; border: thin solid black;}

a.deceased:hover div {
   display: block;
   position: absolute;
   left: -225px;
   top: -45px;
   width: 200px;
   height: 56px;
   padding-right: 15px;
   padding-top: 3px;
   margin: 10px;
   margin-right: 200px;
   z-index: 100;
   color: #black;
/*   background: #DDD;
   border: thin double black; */
   background-image: url(../swd/images/obit-bubble-right.png);
   background-repeat: no-repeat;
   background-position: top center;
   font: 9px Verdana, sans-serif;
   vertical-align: middle;
   text-align: center; !important
}

div.location_info
{
  background-color: white;
  width: 500px;
  margin: auto;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  border: thin solid black;
}

table.deceased_list
{
 margin: auto;
}

table.deceased_list td
{
  padding: 5px;
}

div.images
{
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

div.garden_image
{
  display: none;
}
