body {
  min-width: 800px;
  color: #ffffff;
  background-color: #000064;
  font-family: Verdana;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h6 {
  font-size: .9em;
}

h6 a {
  text-decoration: underline;
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

img.header {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

#nav {
  text-align: center;
  margin-bottom: 0px;
}

#nav a {
  text-decoration: none;
  color: #ffffff;
}

#nav ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

#nav ul li a.current {
  color: #7070ff;
}

#nav ul li {
  margin-left: 0;
  padding: 3px 30px;
  list-style: none;
  display: inline;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

#content {
  width: 800px;
  min-height: 600px;
  position: absolute;
  top: 70px;
  background-image: url(images/blankscroll3.jpg);
}

#copy {
  position: relative;
  top: 60px;
  left: 350px;
  width: 320px;
  height: 460px;
  color: #000066;
  font-size: .8em;
}

#retail {
  text-align: center;
}

.fb-like {
  position: relative;
  top: 20px;
  left: 350px;
}

#footer {
  color: #ffffff;
  position: relative;
  top: 540px;
  margin-left: auto;
  margin-right: auto;
}

#footer p {
  font-size: .6em;
  text-align: center;
}

.terms {
  color: #ffffff;
  text-decoration: underline;
}