body {
  background: #72b72f url(layout/body.png) repeat-x left top;	
  font-size: 90%;
}

#wrapper {
  margin: 0 auto 20px auto;
  width: 1105px;
  position: relative;
}

#header {
  position: relative;
  height: 218px;
  clear: both;	
  background: url(layout/header.jpg) no-repeat left top;    
}

#header #offset {
  position: absolute;
  left: -43px;
  bottom: 0;
  background: url(layout/offset.png) no-repeat left top;
  width: 43px;
  height: 40px;
}

#page {
  position: relative;	
  height: auto !important;
  height: 860px;
  min-height: 860px;
  padding-bottom: 10px;  
  background-color: white;
}

#right {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 405px;
  height: 784px;
}

#right p {
  margin: 0;
}

#right a.mapSymbol {
   position:absolute;
   left: 0;
   top: 0;
   padding: 0;
}

#right .legend {
   position:absolute;
   bottom: -33px;
   left: 0; 
   width: 100%;
}

#right .legend p {
  margin: 0;
}

#main {
  width: 640px;
  margin: 0 26px;
  text-align: justify;
}

#footer {
  min-height: 26px;
  clear: both;
  background: url(layout/footer.png) no-repeat left top;  
  position: relative;
}

#footer p {
  font-size: 80%;
  color: #d8d8d8;
  padding: 4px 26px;
}

#wrapperfooter p {
  text-align: center;
  font-size: 80%; 
  padding: 10px 0; 
}

#wrapperfooter a,
#wrapperfooter p {
  color: #528355;
}
