/* page-left */
#map_view {
	float:left;
	background:transparent url(images/map_title.gif) no-repeat 0 0;	
	padding-top:50px;
	width:181px;
	height:111px;
}
#map_view img {
	float:left;
}

#weather_info {
	float:left;
	width:181px;
	height:161px;
	background:transparent url(images/weather_back.gif) no-repeat 0 0;
}
#weather_info h4 {
	display:none;
}
#weather_info div {
	font:8pt Arial;
}
#weather_info div.jeju {
	margin-top:33px;
	margin-left:110px;
}
#weather_info div.seogui {
	margin-top:13px;
	margin-left:110px;
}
#weather_info ul {
	list-style:none;
}
#weather_info li {
	clear:both;
	list-style:none;
}
#weather_info li span {
	float:left;
	padding:2px;
}
#weather_info li img {
	float:left;
	width:16px;
	border:1px solid #eee;
}
