#mapcontainer{
overflow:hidden;
width:100%
/*margin:0 auto;*/
}

#addrcolumn{ /*left column containing the addresses*/
overflow: auto;
float: left;
width: 300px;
height:400px;
margin-right:0px;
padding: 10px;

}



#addrcolumn ul.location{ /*UL containing the addresses. Do not change "location" class name*/
list-style-type:none;
margin: 0;
padding: 2px;
}

#addrcolumn ul.location li.selected{ /*style for selected LI*/

}


#mapcolumn{ /*right column containing the Google Map*/
float:left;
width: 600px;
height:400px;
}

#mapcolumn iframe{ /*style for Google Map IFRAME*/
width: 625px;
height:415px;
}

