body {
  background-color: #ffffff;
}

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

#container {
  background-color: #ffffff;
}

#header-navigation {
  color: #534b48;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#header {
  color: #447711;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 36px;
  font-weight: bold;
}

#left {
  background-color: #c1d590;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

#left h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;

  margin-top: 10px;
  margin-left: 10px;
}

#left p {
  margin-left: 10px;
}

#right {
  border-style: solid;
  border-width: 1px;
  border-color: #c1d590;

  font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  line-height: 1.2;
}

#right h2 {
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;

  margin-top: 20px;
  margin-left: 20px;
}

#right p {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#right img {
  display: block;
}

#right ul {
  list-style-type: none;

  padding-top: 20px;
  padding-left: 10px;

  /* IE */
  margin-left: 10px;
}

#right li {
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;

  margin-bottom: 10px;
}

#right .email {
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 12px;

  margin-top: 5px;
  margin-left: 30px;
}

#content {
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 11px;
}

#content .product {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d590;

  margin-top: 10px;
  margin-bottom: 10px;
}

#content .product .image {
  border-style: solid;
  border-width: 1px;
  border-color: #c1d590;

  float: left;

  margin-right: 10px;
}

#content .product .image img {
  display: block;
}

#content .product .body {
  width: 580px;
  float: left;
}

#content .product .body h3 {
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: bold;

  margin-bottom: 5px;
}

#content .product .body p {
  margin-bottom: 5px;
}

#content .product .body p.dim {
  margin-top: 20px;
}

#content .product .body form {
  margin-top: 20px;
}

#content .product .body .price {
  font-weight: bold;

  margin-right: 10px;

  position: relative;
  bottom: 7px;
}

#footer {
  color: #534b48;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, Geneva, sans-serif;
  font-size: 10px;
}

#footer p {
  margin-bottom: 10px;
}
