﻿#map
{
float:left;
width:70%;
height:500px;
}

#side_bar
{
float:right;
width:28%;
height:500px;
overflow:scroll;
}

#directions
{
height:300px;
overflow:scroll;
}
