html {
  overflow: hidden;
  background: url(../images/body-background.png) #382d20; }

body {
  font-family: Arial, Helvetica, Tahoma, Verdana;
  font-size: 12pt;
  color: white;
  text-align: justify; }

h2 {
  letter-spacing: 3px;
  font-weight: bold; }

a {
  text-decoration: none;
  color: white; }

p {
  margin-bottom: 10px; }

.pricing {
  margin-top: 15px;
  margin-bottom: 15px; }

.price {
  font-size: 120%;
  font-weight: bold; }

.disclaimer {
  margin-bottom: 10px;
  font-size: 9pt; }

ul {
  margin-bottom: 10px; }

img {
  margin-bottom: 20px; }

dd {
  margin-top: 10px; }

.qna-group {
  border-bottom: 1px solid #914802;
  margin-bottom: 10px; }

.question {
  display: block; }
  .question:hover {
    background-color: #914802; }

.answer {
  display: none;
  margin-left: 20px;
  margin-bottom: 3px;
  color: #914802;
  font-size: 10pt; }

#nav {
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 10; }
  #nav a {
    font-size: 13pt;
    margin-left: 20px; }

#container {
  overflow: hidden;
  position: absolute;
  width: 1920px;
  height: 1280px; }

.page-division {
  position: absolute;
  width: 1920px;
  height: 1200px; }

.content {
  margin-top: 50px;
  margin-left: 60px;
  width: 625px; }

#email {
  color: #365d02; }

#specials {
  color: #a5b43a; }

.friends {
  position: relative;
  top: -10px;
  letter-spacing: 3px;
  color: #890352;
  margin-bottom: 10px; }

#logo {
  margin-top: 15px;
  text-align: right; }

#home {
  top: 0px;
  left: 0px;
  background: url(../images/home-background.png) repeat-y #342a16;
  color: #ded3ba; }

#about {
  top: 0px;
  left: 2000px;
  background: url(../images/about-background.png) repeat-y #d16262; }

#options {
  top: 0px;
  left: 4000px;
  background: url(../images/options-background.png) repeat-y #baa2be; }

#goals {
  top: 0px;
  left: 6000px;
  background: url(../images/goals-background.png) repeat-y #d4ceb5; }

#photos {
  top: 0px;
  left: 8000px;
  background: url(../images/photos-background.png) repeat-y #b5c5c9; }

#faq {
  top: 0px;
  left: 10000px;
  background: url(../images/faq-background.png) repeat-y #e47204; }

#contact {
  top: 0px;
  left: 12000px;
  background: url(../images/contact-background.png) repeat-y #a5b43a; }

#links {
  top: 0px;
  left: 14000px;
  background: url(../images/links-background.png) repeat-y #c7177f; }
