#office_picture{
  width:500px;
  margin-left:auto;
  margin-right:auto;
}

#title_box h1{
  text-align:center;
}

#title_box h2{
  text-align:center;
}

#directions{
  width:680px;
  margin-left:20px;
}


#directions h1{
color:#000000;
}
#directions h2{
color:#000000;
}
#directions hr{
color:#66ff33;
background-color: #66ff33;
height:4px;
width:300px;
}

.directions_button, a.directions_button{
  display:block;
  width:200px;
  height:20px;
  margin-top:10px;
  color:#FFFFFF;
  background:#dc143c;
  border: solid 2px #000000;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}
#gps{
  height: 150px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000; 
  padding: 20px;
}  
  
 #gps img{
  float:right; 
  padding-left 40px;
 } 
  