.clear
{
clear: both ;
}

#st_l{
	text-align: center;
	background: #F5F5F5;
	margin: 10px 5px 0px 0px;
	border: solid 1px #BBB;
	width: 49%;
	float: left;
}

#st_r{
	text-align: center;
	background: #F5F5F5;
	margin-top: 10px;
	border: solid 1px #BBB;
	width: 49%;
	float: left;
}

#list{
	margin: 0px 5px 10px 0px;
	height: 112px;
	width: 49%;
	float: left;
	border: solid 1px #BBB;
	border-top: none;
	overflow: auto;
}

#list2{
	margin-bottom: 10px;
	height: 112px;
	width: 49%;
	float: left;
	border: solid 1px #BBB;
	border-top: none;
	overflow: auto;
}

#map_canvas{
	width: 99%;
	margin-bottom: 10px;
	height: 400px;
	border: solid 1px #BBB;
}
