body {
    width: 1000px;
	margin: 10px;
	padding: 10px;
 }
#content {
	float: left;
}
#pre_trip, #the_trip, #post_trip {
	background-color: #BBBBBB;
	border: 2px solid #444444;
	width: 600px;
	padding-bottom: 10px;
}
 #photo_map, #planning_map {
   height: 400px;
   width: 600px;
 }
 .adr, .street-address, .extended-address, .country-name{
     display: inline;
 }
 #directions {
     width: 200px;
     float: right;
 }
