html {
  text-align: center;
}

body {
  width: 700px;
  margin: 10px auto;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #6c000a;
  background-color: #c0c0c0;
}

#header {
  position: relative;
  color: #f5f5dc;
  width: 700px;
  background-color: #6c000a;
  margin: 10px auto;
}
#header .rtop *, #header .rbottom * { background-color: #6c000a; }
#header p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0px 10px 0px 10px;
}
#logo {
  position: absolute;
  top: 5px; left: 10px;
}
#tagline {
  position: absolute;
  bottom: 5px; right: 0px;
}
#tagline p {
  font-family: "Book Antiqua", palatino, georgia, times, serif;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

#navbar {
  text-align: left;
  color: #6c000a;
  width: 700px;
  margin: 10px auto;
  border-bottom: solid 1px #6c000a;
}
#navbar a       { color: #6c000a; text-decoration: none; }
#navbar a:hover { color: #6c000a; background-color: #a0a0a0; }

#subnav {
  float: left;
  width: 200px;
  margin: 0px 10px 0px 0px;
}
#subnav a {
  color: #6c000a;
  text-decoration: none;
}
#subnav a:hover {
  text-decoration: underline; 
  background-color: #c0c0c0;
}
#subnav.menu input {
  width: 150px;
}
#subnav p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0em;
}
#subnav.obituaries p {
  padding-bottom: .25em;
}
#subnav_title {
  text-align: center;
  color: #f5f5dc;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  background-color: #6c000a;
  margin-top: 10px;
}
#subnav_title .rtop *      { background-color: #6c000a; }
#subnav_content {
  padding: 5px 5px 0px 5px;
  color: #6c000a;
  font-size: 12px;
  background-color: #f5f5dc;
}
#subnav .rbottom * { background-color: #f5f5dc; }

#antinav {
  float: right;
  width: 475px;
  margin: 0px 10px 10px 0px;
}
#antinav.nomargin p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#main {
  padding: 10px 0px 0px 0px;
  clear: both;
}
#main ol li {
  margin-bottom: 10px;
}

#image {
  margin: 20px 0px 0px 0px;
}

#guestbook {
  padding-bottom: 5px;
  border-bottom: dotted thin #696969;
}
#guestbook p.name {
  font-weight: bold;
  font-size: 1.12em;
}
#guestbook p.postdate {
  text-align: right;
  font-style: italic;
  font-size: .9em;
  margin: 0px 0px 0px 0px; 
}

#menu {
  width: 315px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#menu p {
  margin: 0px 0px 0px 0px;
}
#menu input {
  width: 200px;
}

.rtop, .rbottom {
  display:block;
  background-color: #C0C0C0;
}
.rtop *, .rbottom * {
  display: block;
  height: 1px;
  overflow: hidden;
}
.r1 { margin: 0 5px }
.r2 { margin: 0 3px }
.r3 { margin: 0 2px }
.r4 { margin: 0 1px; height: 2px}

.floatright {
  float: right;
  margin: 10px 0px 10px 10px;
}
.floatleft {
  float: left;
  margin: 10px 10px 10px 0px;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

label {
  width: 125px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

#subnav label {
  width: 80px;
}
#subnav input {
  width: 80px;
}


h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}

a       { color: #6c000a; }
a:hover { color: #6c000a; background-color: #a0a0a0; }

a.info {
  position:relative;
  text-decoration:none;
}
a.info:hover {
  z-index: 1;
}
a.info span { 
  display: none 
}
a.info:hover span {
  display:block;
  position:absolute;
  bottom: 2em; left: 2em; width: 20em;
  padding: 5px 5px 5px 5px;
  border:1px solid #696969;
  background-color: #f5f5ad;
  text-align: left;
}

