#Directions{
  /*float:left;*/
  width:500px;
  height:300px;
  padding:15px;
  font-size:100%;  
  margin-top:20px;
  padding-top:100px;
  background-color:#3e2c1e;
  border-bottom:3px solid #705b46;
}
#Directions ul{
  margin-top:30px;
}
#DirectionsHeader{
  border-bottom:1px solid #705b46;
  clear:right;
}

#Map{
  position:absolute;
  left:560px;
  top:373px;
  width:350px;
  height:300px;
  color:#705b46;
  border:10px solid #705b46;
}

