<style>
body {

background-color: #faf9fc;
}
#distance, #differencedown, #differenceup, #min, #max {
	line-height: 32px;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
	text-decoration: none;
}

#top{ width:100%;
/*background-color: #f3f1f8;*/
height:250px;
background-image: url('../images/baobab2.jpg');
 background-repeat: no-repeat;
  background-size: cover;

}
#directions-panel {
  margin-top: 0px;
  background-color: #FFEE77;
  padding: 0px;
  overflow: scroll;
  height: 0px;
} 

#infoWindowContent3{}
 
#left{ width:45%;

overflow-y: auto;
height:530px;
float:left;
 background-color: #faf9fc;

  }
#elevation_chart, #elevation-chart{width: 55%; float:right;  height:250px;}

 #right{ width:6%;
height:450px;
/*float:right;*/
 background-color: #f3f1f8;
  }

  #map_canvas2, #map {
    	width: 55%;
     height:420px; 
   	/*border-color: #000;*/
     float: right;
    /*margin-left: 15px;
   	margin-bottom: 15px;*/
    background-color: #faf9fc;
}
#directions-panel {
  margin-top: 0px;
  background-color: #FFEE77;
  padding: 0px;
  overflow: scroll;
  height: 0px;
} 
  #infobox {
    	width: 100%;
     height:300px;
					 background:red;
    /* float: right;*/
}

   #banner{
     height: 100%;
    	width: 100%;
     margin: auto;
     text-align: center;
     vertical-align: top;
    	font-family: Helvetica, sans-serif;
    	/*color:red;*/
    	font-size: 16px;
     border: none;
     opacity: 0.5;
}
#table {
	width:45%;
	float:left;
	 height: 140px;
}

  #elev,#bottom{
     width: 100%;
     height:200px;
     font-size: 12px;
     overflow: hidden; /* contain floated elements */
     background:#f0f0ed;
}
  
  p{font-family: Georgia, Arial, sans-serif;
    font-size: 100%;
    text-align: center;
  }
  
 h1{font-family: Georgia, Arial, sans-serif;
     font-size: 120%;
    text-align: center;
	font-weight: bold;
  }
  
  h2{font-family: Georgia, Arial, sans-serif;
    font-size: 100%;
    text-align: center;
   	color:red;
  }
  
  h3 {
    font-family: Georgia, Arial, sans-serif;
    text-align: center;
    color:#5d5b52;
   /* font-style:italic;*/
    font-size: 80%;
  }
  

p a:link, p a:visited{color: #177b22; font-size: 100%; text-decoration: none;}

.td A:link {color: 781427 font-size: 100%; text-decoration: none; }
 a {text-decoration:none}

</style>