body {
  background-image: url("Victorian-Wallpaper.jpg");
  background-color: #200000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: white;
  margin: 0;
  text-align: left;
}
html, body,#baseTable {
  height: 100%;
}
#baseTable {
  width: 820px;
  margin: 0 auto;
  background-image: url("Victorian-Wallpaper-dark.jpg");
}
table {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}
a {
  color: white;
}
.menu {
  width: 100%;
  height: 25px;
  margin: 0 auto;
  background: black;
}
.menu ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  display: inline;
}
.menu a {
  float: left;
  height: 15px;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  color: #CCCCCC;
}
.menu a:hover {
  background: #333333;
  color: #FFFFFF;
}
.menu .current_page_item a {
  background: #999999;
  color: #000000;
}
#contact_box {
  padding: 15px;
  font-size: 0.8em;
  text-align: right;
  vertical-align: top;
}
#contact_box a {
  text-decoration: underline;
}
#header {
  vertical-align: top;
  height: 1px;
}
#content {
  vertical-align: top;
  padding: 0 15px;
}
#footer {
  vertical-align: bottom;
}
img.products {
  margin: 0 15px 0 0;
  border: solid white 2px;
  float: left;
  width: 120px;
  height: 145px;
}
h1 {
  font-size: 1.2em;
}
h2 a {
  text-decoration: none;
}form {
  margin: 0 0 15px 0;
}
.subtle {
  border: dashed white 1px;
  background-color: #642;
  color: white;
  font-weight: bold;
}
