/*   SHEILA UNDERWOOD   */
/*    style.css     */

html {
  padding: 0; border-style: none; margin: 0;
  }

body {
  position: relative;
  width: 800px; height: 100%;
  margin-top: 0px; margin-bottom: 0px;
  margin-left: auto; margin-right: auto;
  border-style: double; border-left-width: 3px; border-right-width: 3px; border-top-width: 0px; border-bottom-width: 0px;
  padding: 0;
  color: #84624e;
  background-color: #281002;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif    /* font-family must be listed last */
  }

A  {text-decoration: underline}
A:link    { color: #b59c8d }
A:visited { color: #9c7d6a }
A:hover   { color: #ffffff }

div {
  position: relative;
  border-style: none;
  padding: 0px; margin: 0px;
  width: 100%;
  }

h1 {
  margin-top: 0em; margin-bottom: 0em;
  font-size: 3em;
  font-family: times, 'times new roman', serif;
  }

h2 {
  margin-top: 0em;
  font-size: 2em;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif
  }

img {
  padding: 3px;
  border-style: solid; border-width: 1px;
  border-color: #6b5d54;
  }

p {
  padding: 0; border-style: none; margin: 0;
  font-size: 1.33em;
  line-height: 1.33em;
  font-weight: 400;
  height: auto;
  font-family: "comic sans ms", arial, helvetica, sans-serif
  }

div#bottomrule {
  position: absolute; left: 0px; bottom: 0px;
  width: 100%;
  border-style: solid; border-width: 0px 0px 1px 0px;
  }

div.content {
  position: relative; top: 0px; left: 0px;
  margin-top: 12px; margin-bottom: 12px;
  margin-left: 12px; margin-right: 12px;
  padding-bottom: 4px;
  width: auto;
  }

div.nav {
 clear: both;
 }

div.nav p {
 font-size: 1em;
 font-weight: 100;
 }

img.sold {
  position: absolute; top: 0px; right: 0px;
  z-index: 5;
  border: none; margin: 0px; padding: 0px;
  }

p.copy {
  text-align: left;
  text-indent: 1.5em;
  }

table.easel {
  position: relative;
  display: inline;
  border-style: none;
  padding-top: 1em;
  margin-top: 1em; margin-left: 1.5em; margin-right: 1.5em; margin-bottom: 2em;
  }

table.easel p {
  font-size: 1em;
  line-height: 1.2em;
  text-indent: 0em;
  font-weight: 400;
  }

table.picwin {
  margin-top: 6px; margin-bottom: 12px;
  margin-left: -1em; margin-right: auto;
  width: 722px;
  border-style: none;
  }

*.floatleft {
  position: relative; top: 0px;
  float: left;
  margin-left: 0px; margin-right: 1em; margin-bottom: 0.2em; margin-top: 0em;
  /*  REMOVED   width: auto;  */
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif    /* font-family must be listed last */
  }

*.floatright {
  position: relative; top: 0px;
  float: right;
  margin-left: 1em; margin-right: 0px; margin-bottom: 0.2em; margin-top: 0.3em;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: arial, helvetica, sans-serif    /* font-family must be listed last */
  }


