body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
  color: #000;
  font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 16px;
  font-weight: normal;
  color: #787878;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #787878;
}

h3 {
  font-size: 12px;
  margin-bottom: -0.9em;
  font-weight: normal;
}

hr {
  clear: both;
  width: 80%;
  border: 0;
  color: #928973;
  background-color: #928973;
  height: 3px;
}

img.right_image1 {
  float: right;
  padding: 0 0 10px 18px;
}

img.left_image1 {
  float: left;
  padding: 0 18px 10px 0;
}

.error { color: #FF0000; font-weight: bold; }
.subtle { color: #AAA; }
.subtle a { color: #AAA; }
.spacer { clear: both; }
.firstTag { margin-top: 0; }

#wrapper {
  margin: 20px auto;
  width: 860px;
  background-image: url("/images/shared/bg-right_edge.png");
  background-repeat: repeat-y;
  background-position: top right;
}

#mainDiv {
  float: left;
  width: 850px;
  min-height: 400px;
  border: 1px solid #adadad;
  background-color: #fff;
}

#rightEdge {
  float: right;
  width: 8px;
}

#fp_masthead img {
  display: inline;
  vertical-align: bottom;
}

#store_nav {
  padding: 0 30px;
  background-color: #f8f0de;
  border-bottom: 1px solid #cdc7b8;
  text-align: right;
}

#store_nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#store_nav ul li {
  display: inline;
  margin: 0;
  padding: 0 0 0 18px;
}

#store_nav ul li img {
  vertical-align: bottom;
}

#content {
  padding: 30px;
}

#content > h1:first-child { margin-top: 0; }
#content > p:first-child { margin-top: 0; }

#footer {
  clear: both;
  padding: 20px 30px;
  text-align: center;
  color: #666;
  font-size: 12px;
}

#footer a {
  color: #666;
}

#mainBase {
  clear: both;
}

#mainBase img {
  display: block;
}
