body {
  background: #fff url('../img/body-bg.gif') repeat-x 0 205px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #222;
}

#head {
  height: 204px;
}

div.black {
  background: #2d2b27 url('../img/head-bg-black.jpg') no-repeat top;
}

div.brown {
  background: #39221b url('../img/head-bg-brown.jpg') no-repeat top;
}

#head #logo-box {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='files/atacama/img/container-top.png');
  margin: 0 auto 0 auto;
  width: 822px;
  height: 110px;
  position: relative;
  top: 94px;
}

html > body #head #logo-box {
  background: url('../img/container-top.png') no-repeat top;
}

#head #logo-box h1 {
  background: url('../img/atacama-logo.gif') no-repeat;
  width: 195px;
  height: 66px;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 1px;
  color: #fff;
  line-height: 0;
}

#atacama {
  background: #fff url('../img/content-borders.gif') no-repeat 0 1px;
  margin: 0 auto 0 auto;
  width: 822px;
}

#atacama {
  background: #fff url('../img/content-borders.gif') no-repeat 0 1px;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
  width: 822px;
  text-align: left;
}

#atacama a {
  color: #ff6000;
}

#atacama a:hover {
  color: #697c8b;
}

#left {
  width: 177px;
  float: left;
  margin: 15px 33px 0 26px;
  display: inline;
}

#left a {
  display: block;
  padding: 3px 10px 3px 15px;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 2px;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1px;
  width: 150px;
}

#left a:hover, #left a.selected {
  background: #93aec3 url('../img/navi-hover.gif') repeat-x top;
  border: 1px solid #93aec3;
  color: #fff;
  margin-bottom: 1px;
}

#left div {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  width: 175px;
  background-color: #f4f6f7;
  margin-bottom: 1px;
}

#left div a {
  border: 0;
  -moz-border-radius: 0;
  font-weight: normal;
  margin-left: 10px;
  width: 137px;
}

#left div a:hover, #left div a.selected {
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  color: #697c8b;
}

#right {
  width: 560px;
  float: left;
  display: inline;
  margin: 0 0 40px 0;
}

#right h1 {
  margin: 12px 0 10px 0;
  font-family: 'Georgia', serif;
  font-size: 200%;
  line-height: 26px;
  font-weight: normal;
  color: #697c8b;
}

#right h2 {
  margin: 20px 0 10px 0;
  font-family: 'Georgia', serif;
  font-size: 160%;
  line-height: 20px;
  font-weight: normal;
  color: #697c8b;
}

#right .picture {
  background: #b5b5b5;
  float: right;
  margin: 12px 0 20px 20px;
  padding: 0 0 0px 4px;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 90%;
}

#right .picture img {
  display: block;
  margin: 0 0 0px -4px;
  border: 1px solid #fff;
}

#footer  {
  clear: both;
  border: 1px solid #e7e7e7;
  margin: 0 0 0px 0;
  padding: 5px;
  font-size: 90%;
  text-align: center;
}

hr {
  border: 0;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #e8e8e8;
  height: 0;
}