body { 
  font-size: 10pt;
  font-family: Verdana,Arial,sans-serif; 
  margin: 10px;
  background-color: #3c3c3c;
}

#top {
  height: 60px;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: cornsilk;
  text-align: center;
}

#top h1 {
  font-family: "Times New Roman", Serif;
  font-size: 2em;
  margin: 0 0 7px 0;
  padding: 0;
  letter-spacing: 5px;
}

#top a
{
  display:inline;
  font-size: 0.8em;
  padding: 0;
  padding-bottom: 2px;
  border-top: 2px dotted DarkViolet;
  border-bottom: 2px dotted DarkViolet;
  padding-top: 5px;
  font-weight: normal;
  font-variant: small-caps;
  text-decoration: none;
}

#top a:link, a:visited {
  color: Black;
}
#top a:hover {
  color: cornsilk;
  background-color: #3c3c3c;
  letter-spacing: 3px;
  font-weight: bold;
  border-top: 3px dotted deeppink;
  border-bottom: 4px dotted deeppink;
}
#top a:active {
}

#nav {
  position: fixed;
  width: 24%;
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 2em;
  border-right: 2px solid blue;
  border-bottom: 2px solid blue;
  background-color: DarkSeaGreen;
}

#main {
  float: right;
  width: 70%;
  padding: 10px;
  margin-bottom: 10px;
  border-right: 2px solid #a00000;
  border-bottom: 2px solid #a00000;
  background-color: Khaki;
  line-height: 150%; 
}

#main h2 
{
  clear: left;
  display: inline;
  padding-bottom: 0.5em;
  padding-top: 1em;
  font-size: 1.75em;
  font-weight: bold;
  font-style: italic;
}

#main h3 {
  margin-bottom: 0.5em;
  font-size: 1.75em;
  font-weight: bold;
  font-style: italic;
}

#footer {
  clear: both;
  padding: 10px;
  background-color: #e8e8ff;
  text-align: center;
  visibility: hidden;
}

.italic {
  font-style: italic;
}

.forsale {
  font-size: 1.75em;
  font-weight: bold;
}

.salesitem 
{
  border-bottom: 2px solid blue;
  padding-top: 2em;
  padding-bottom: 1em;
}

.itemprice0 {
  clear: left;
  float: left;
  width: 50%;
}

.itemprice1 {
  clear: left;
  float: left;
  width: 50%;
  border-bottom: 1px dashed blue;
}

.itembtns {
  float: right;
  width: 40%;
  padding-top: 1.5em;
}

.itembtnsX {
  visibility: hidden;
  float: right;
  width: 40%;
  padding-top: 1.5em;
}

img {
  border: 0;
}

img#defaultpage {
  clear: both;
}

/* - - - - - - - - - -
 If having defined these classes ever limits the site's markup, see
 CSS Contextual Selectors, pp 39-44 in "Beginning CSS Web Development"
- - - - - - - - - - */
a.fl {
}

img.fl {
  float: left;
  padding: 1em 1em 1em 0;
}

img.fr {
  float: right;
  padding: 1em 0 1em 1em;
}

p.fl {
  clear: right;
}

p.fr {
  clear: left;
}

ul {
  line-height: 150%;
}

li {
  margin-bottom: 1em;
}

#fancylink a
{
  display:inline;
  font-size: 1.25em;
  padding: 0;
  padding-bottom: 2px;
  border-top: 2px dotted DarkViolet;
  border-bottom: 2px dotted DarkViolet;
  padding-top: 5px;
  font-weight: normal;
  font-variant: small-caps;
  text-decoration: none;
}

#fancylink a:link, a:visited {
  color: Black;
}
#fancylink a:hover {
  color: cornsilk;
  background-color: #3c3c3c;
  letter-spacing: 3px;
  font-weight: bold;
  border-top: 3px dotted deeppink;
  border-bottom: 4px dotted deeppink;
}

#fancylink a:active {
}
