/*****************************************************************************/
/****           CSS Styles for a western look and feel                    ****/
/*****************************************************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 100.1%;
  background-color: #fff;
  min-width: 760px;
  margin-top: 25px;
}

#wrap {
  width: 760px;
  height: auto;
  margin: 1% auto 5% auto;
  text-align: center;
  background-image: url('midparchment.jpg');
  font-family: "Courier New", Courier, serif;
}

#head {
  background: url(topparchment.jpg) no-repeat;
}
#head h1 {
  position: absolute;
  visibility: hidden;
  z-index: -500;
}

#head img {
  margin-top: 50px;
}

/***********  Navigation  *************/
#nav {
  text-align: left;
  height: 40px;
  width: 520px;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}

#nav ul li {
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  font-family: "Courier New", Courier, sans-serif;
  font-weight: bolder;
  font-variant: small-caps;
  line-height: 35px;
  white-space: nowrap;
  width: 95px;
}

#nav ul li a {
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #111;
  background: url(link.gif);
}

#nav ul li a {
}

#nav ul li a:hover {
  color: #fff;
}


/********************* Main Content *********************/
#cont {
  color: #333;
  background-color: #f5ede1;
  text-align: left;
  width: 500px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
  border: 3px solid #dbc7a9;
}

#cont p {
  line-height: 1.6em;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 3em;
}

#cont blockquote p {
  margin: 1em 3em 1em 3em;
  line-height: 1.3em;
  font-size: .95em;
}

#cont blockquote cite {
  display: block;
  text-align: right;
}

#after {

}

#cont img.right {
  float: right;
  padding: 1em;
}

#cont img.left {
  float: left;
  padding: 1em;
}

.pullquote {
  display: block;
  width: 150px;
  background-color: #aaa;
  float: left;
  padding: 10px;
  margin: 10px 10px 10px 0;
  font-family: "Comic Sans MS", sans-serif;
}

.pullquote cite {
  display: block;
  float: right;
  font-style: italic;
}

/**************************** Footnotes *******************/
#cont sup a:link, #cont sup a:visited {
  font-size: xx-small;
  color: #333;
  line-height: 0;
  font-weight: bold;
  background-color: #dbc7a9;
  margin-right: .2em;
  margin-left: .1em;
  padding: .1em .3em .2em .3em;
  text-decoration: none;
  border: none;
}

#cont sup a:hover, #cont a:active {
  color: #333;
  background-color: #e4dcd0;
}

#cont div.footnotes {
  border-top: 1px solid #555;
  width: 60%;
  margin-left: 1em;
  padding-top: 1.5em;
  font-size: 75%;
}

#cont div.footnotes p {
  line-height: 1em;
}
#cont div.footnotes a {
  font-size: xx-small;
  color: #333;
  font-weight: bold;
  padding: .1em .3em .01em .5em;
  text-decoration: none;
  border: none;
}
#cont div.footnotes a:hover {
  color: #900;
}

/************************** Footer *********************/
#foot {
  padding: 30px 0 50px 0;
  font-size: .7em;
  clear: both;
  background: url(botparchment.jpg) left bottom;
}

#foot a {
  color: #33a;
  text-decoration: none;
}

#foot a:hover {
  color: #c49649;
  text-decoration: underline;
}
#footimg {
  padding: 20px 0 20px 0;
}

address {
  visibility: hidden;
  color: #333;
}
