html    {
  margin: 0;
  padding: 0;
}

/*body#home    {
  font-size: 16pt;
  font-family: 'times new roman', times, serif;
  background-image: url('marblestones.jpg');
  margin: 0;
  padding: 0;
}*/

body    {
  font-size: 14pt;
  font-family: 'times new roman', times, serif;
  background-image: url('marblebg.jpg');
  margin: 0;
  padding: 0;
}

div#header {
  padding: 0;
  margin: 0;
  background-image: url('wall.jpg');
}
div#header h1 {
  color: yellow;
  text-align: center;
  font-size: 40pt;
  font-weight: bold;
  padding: 0.7em 0 0.4em 0;
  margin: 0;
}

/*#home div#content {
  float: right;
  width: 50%;
  padding: 0 1em;
}*/

div#content {
  float: right;
  width: 80%;
  padding: 0;
  margin: 0;
}
div#content h2 {
  padding: 0.5em 0.2em 0 6em;
  /*text-align: center;*/
  margin: 0 0 0.5em 0;
  color: #0e5400;
  font-size: 2em;
}
div#content h3 {
  color: #0e5400;
  font-size: 1.2em;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  padding-left: 4em
}
div#content p#top {
  padding: 0.5em 0.2em 0 0.2em;
  text-align: center;
  margin: 0 0 0.5em 0;
  color: #0e5400;
  font-size: 2em;
}
div#content p {
  color: #0e5400;
  padding: 0 1em 0 1em;
}
ul, ol, td  {
  color: #0e5400;
}

span.ref { font-style: italic; }
span.red {color: red;}

table.conditions td {
  padding: 0 0.5em;
  vertical-align: top;
}

div#content p.said {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
  color: yellow;
}

div#content p.hd {
  text-align: center;
}
div#content p.hd img {
  width: 300px;
  text-align: center;
  /* float: right; */
}
div#content p.hd-smoke {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
div#content p.hd-weight {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}
div#content p.hd-smokered {
  text-align: center;
  font-size: 1.5em;
  color: red;
}

div#content p#stones {
  text-align: center;
}
div#content p#stones img {
  width: 150px;
  text-align: center;
  /* float: right; */
}

div#content p#large {
  text-align: center;
}
div#content p#large img {
  width: 490px;
  text-align: center;
  /* float: right; */
}

div#content p.ask {
  font-style: italic;
  margin-bottom: 0;
}
div#content p.ans {
  padding: 0 1em 0 3em;
  margin-top: 0;
}

div#content p img.imgleft {
  width: 250px;
  float: left;
  padding: 0 2em 2em 0;
}
div#content p.quote {
  border: medium solid #0e5400;
  margin: 0 4em 0 4em;
  padding: 0 0.5em 0 0.5em;
}

div#content p#quals {
  text-align: center;
  margin-bottom: 10em;
}
div#content p#quals img {
  width: 100px;
  vertical-align: top;
}

div#nav ul {
  padding: 0;
  margin: 4em 0 0 0;
  font-size: 0.8em;
}
div#nav ul li {
  list-style: none;
  /* display: inline; */
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 0.8em
  /*line-height:1.8em;*/
}
div#nav ul a  {
  color: #0e5400;
  font-variant: small-caps;
  font-family: 'times new roman', times, serif;
  font-style: normal;  /* normal, italic, oblique */
  text-decoration: none;
}
div#nav ul a:hover {
  color: #0e5400;
  background-color:yellow;
  font-variant: small-caps;
  /* font-style: italic; */
}
p.deep {
  font-size: 10em;
}

