div#module_container {
	/* Re-sizing based on shown/hidden left nav */
	width:730px;
	float:right;
}
div#module_container_inner {
	margin:0px 0px 6px 0px;
}


div#left_panel {
	float:left;
	width:300px;
	overflow:hidden;
}
div#right_panel {
	float:right;
	width:422px;
	overflow:visible;
}
div#map_canvas {
	width:420px;
	height:350px;
	float:right;
	border:1px solid #888;
}
table#addresses {
	width:100%;
}
table#addresses th, table#addresses td {
	padding:4px;
}
