body {
  margin: 0;
  padding: 0;
  background: #ddd url(../images/bg-repeat-y.gif) repeat-y center top;
}

a img {
  border-style: none;
}

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

#head {
  background: #ddd url(../images/bg-head-base.gif) no-repeat center bottom;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

#nav {
  margin-top: 17px;
  text-align: center;
  width: 747px;
  margin-left: auto;
  margin-right: auto;
}

#nav img {
  border: 1px solid #191919;
}

#nav ul {
  margin: 0;
  padding: 5px 15px 0;
  list-style-type: none;
  text-align: left;
  background: url(../images/bg-nav.gif) repeat-x;
  height: 30px;
}

#nav ul li {
  display: inline;
  margin-right: 20px;
}

#nav ul li a {
  color: #fff;
  text-decoration: none;
  font: 0.8em Georgia, "Times New Roman", Times, serif;
}

#nav ul li a:hover {
  color: #a7cfff;
  text-decoration: underline;
}

#content {
  width: 530px;
  font: 0.8em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  float: left;
  margin-top: 15px;
  padding-bottom: 30px;
  padding-left: 53px;
}

#content h1 {
  margin-top: 0;
  color: #2f436b;
  font-size: 1.4em;
  font-weight: normal;
  font-style: normal;
}

#content h2 {
  color: #2f436b;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
}

#sidebar {
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #4d4d4d;
  padding-top: 34px;
  padding-left: 609px;
}

#sidebar h1 {
  color: #13234a;
  font-size: 1.2em;
  margin-bottom: 0;
}

#sidebar p {
  margin-top: 4px;
}

a {
  color: #213762;
}

a:hover {
  color: #000a1f;
}

#gallery img {
  border: 1px solid #191919;
}

#product_list {
  text-align: center;
}

#footer {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  font-size: 0.8em;
  color: #a5a5a5;
  margin-top: 10px;
}

#footer a {
  color: #a5a5a5;
}

#footer a:hover {
  text-decoration: none;
  color: #000;
}