body {
  margin: 0 auto;
  padding: 0px;
  background: #FFDED2 url(/img/layout/body_bg.jpg) left top repeat-y;
}



h1 span, h2 span { display: none; }

/* header */
#header {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 752px;                     /* dummy width and height for IE5 */
	height: 192px;
	padding: 10px 10px 0px 10px;
	background: #00007F url(/img/layout/header_bg.gif) left bottom repeat-x;
	voice-family: "\"}\"";            /* bmh */
	voice-family: inherit;
	width: 732px;                     /* actual values for compliant browsers */
	height: 182px;
	background-color: #AE0F0F;
}
html>body #header {                 /* opera fix-up */
  width: 732px;
  height: 182px;
}
#header h1 {
  width: 172px;
  height: 182px;
  margin: 0px;
  padding: 0px;
  background: url(/img/layout/header_logo_home.gif) left top no-repeat;
  float: right;
}
#header img {
  display: block;
  margin: 0px;
  padding: 0px;
}

#nav {
  position: absolute;
  left: 580px; top: 192px;
  margin: 0px;
  padding: 0px;
  width: 172px;
  background-color: #FFECDC;
}
#nav ul {
  width: 172px;
  height: auto;
  margin: 10px 0px;
  padding: 0px;
  border: 0px;
}
#nav ul li {
  margin: 2px 0px 0px 13px;
  padding: 0px;
}
#nav ul, #nav ul li { list-style: none; }
#nav ul li a {
  display: block;
  height: 16px;
  border: 0;
  margin: 0px; padding: 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
#nav ul li a:hover { background-position: left bottom; }
#nav ul li a span { display: none; }

a#link_about     { width: 55px;  background-image: url(/img/layout/home_nav_about.gif); }
a#link_locations { width: 82px;  background-image: url(/img/layout/home_nav_locations.gif); }
a#link_services  { width: 74px;  background-image: url(/img/layout/home_nav_services.gif); }
a#link_history   { width: 44px;  background-image: url(/img/layout/home_nav_history.gif); }
a#link_options   { width: 92px;  background-image: url(/img/layout/home_nav_options.gif); }
a#link_staff     { width: 53px;  background-image: url(/img/layout/home_nav_staff.gif); }
a#link_coffins   { width: 101px; background-image: url(/img/layout/home_nav_coffins.gif); }
a#link_contact   { width: 65px;  background-image: url(/img/layout/home_nav_contact.gif); }
a#link_links     { width: 29px;  background-image: url(/img/layout/home_nav_links.gif); }

#content-region {
  position: absolute;
  left: 10px; top: 192px;
  width: 565px;
  margin: 0px 5px 0px 0px;
  background: white;
}
#content {

  width: auto;
}

#copyright {
  text-align: right;
  /*letter-spacing: -0.5px;*/
  padding: 10px;
  color: #665E58;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 55%;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: xx-small;
}
html>body #copyright { font-size: xx-small; }
#copyright a {
  font-weight: bold;
  text-decoration: none;
  color: #665E58;
}
#copyright a:hover {
  color: black;
  text-decoration: underline;
}

h2 {
  float: none;
  margin: 30px 0px 25px 30px;
  width: 48px;
  height: 29px;
  background-image: url(/img/layout/h_home.gif);
}

#footer {
	background: url(/img/layout/footer_bg.gif) left top repeat-x;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
#footer ul {
  list-style: none;
  text-align: center;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
#footer ul li { float: left; }
#footer a {
  display: block;
  height: 42px;
  background-repeat: no-repeat;
  background-position: left top;
}
#footer a:hover { background-position: left bottom; }
#footer a span { display: none; }
#link_afda     { margin-left: 70px; width: 89px;  background-image: url(/img/home_footer_afda.gif); }
#link_acca     { margin-left: 78px; width: 59px;  background-image: url(/img/home_footer_acca.gif); }
#link_selected { margin-left: 90px; width: 107px; background-image: url(/img/home_footer_selected.gif); }

p {
  margin-bottom: 5px;
  margin-top: 0px;
}
#Container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#content {
  font-family: "Trebuchet MS", sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body #content { font-size: small; }

#wrapper {
	margin:0 auto;
}