/*
CSS for 4 funerals
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color:#000000;
  line-height: 125%;
  text-align: center;
  border: none;
  margin: 0px;
  padding: 0px;
  min-width:775px;/* stop mozilla sliding off the edge */
}


h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 18px;
  color: #000000;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  padding-top: 4px;
}
h3 {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  padding-top: 8px;
}
h4 {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

#mainbox {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 730px;
  height: 530px;
  text-align: left;
  background-color:#000000;
  border:#666666 double 3px;
}

#right {
  position:absolute;
  top:0px;
  left:148px;
  width: 582px;
  height: 530px;
  background-image:url(right.JPG);
}

#content {
  position:absolute;
  top: 145px;
  left:42px;
  width: 460px;
  text-align: left;
} 

   

 

#s4 {
  position:absolute;
  top: 410px;
  left:-1px;
  border:none;
} 
#s1 {
  position:absolute;
  top: 175px;
  left:4px;
    border:none;

} 
#s2 {
  position:absolute;
  top: 245px;
  left:4px;
    border:none;
} 
#s3 {
  position:absolute;
  top: 336px;
  left:4px;
    border:none;
} 
#side {
  position:absolute;
  top: 0px;
  left:0px;
  width: 148px;
  height: 530px;
  background-color:#000000;
  background-image:url(side.JPG) 
} 

li {
  font-size: 13px;
  list-style-type: none;
  color: 000000;
}

.post-body div, p {
  font-size: small;
  color: #000000;
}




a {
  font-weight: bold;
  color:#000000;
}

a:link {
  color: #000000;
}

a:visited {
color: #999999;
  font-style:italic;
}

a:hover {
  text-decoration: none;
  color: #eeeeee;
  background-color: #000000;
}

a:active {
  color: #eeeeee;
  background-color: #000000;
}






