body { 
  font: 100% georgia, sans-serif;
  line-height: 1.88889;
  color: #555753; 
  background: #a39e80; 
  margin: 0 40 0 40px; 
  padding: 0;
  }
  
h1, h2 {
  padding-left: 0px;
  
 }
.title {
  font-size: 200%;
  font-weight: bold;
  display: inline;
  width: 100px;
  line-height:1;
}
p {
  margin-top: 0; 
  text-align: justify;
  line-height: 1.25;
}
p.reference {
  text-indent: -2em;
  padding-left: 2em;
}

}
#container { 
  background: white; 
  /*padding: 0 175px 0 110px;*/
  padding:  20px 40px 20px 40px;  
  margin: 0px; 
  position: relative;
  }

ul.content {
  list-style-type: disc;
  padding-left: 20px;
}
.x-panel-header-text {
    font-size: 150%; 
}
.para {
  margin-top: 0; 
  text-align: justify;
}
#map-container {
  background: white;
  margin: 25px;
}
#map {
  width: 600px;
  height: 400px;
  border: 1px solid #999;
}
#right {
  position: absolute;
  left: 640px;
}
#tree {
  height: 400px;
  width: 200px;
}

caption {
  font-weight:bold;
}
th {
  font-weight:bold;
  vertical-align:middle;
}
p.cell{
  vertical-align:middle;
  text-align:center;
  padding:0px;
  margin:0
}