#map{
		/*background-image: url(../images/singaporeMap.gif);
		background-repeat:no-repeat;*/
		background-color:#FFFFFF;
		width:925px;
		margin-left:auto;
		margin-right:auto;

}

#westArea{
		width:308px;
		position:relative;
		float:left;
}
#northCentral{
		width:308px;
		/*left:309px;
		top:-400px;*/
		float:left;
		clear:right;
		position:relative;


}
#eastArea{
		width:308px;
		/*left:620px;
		top:-930px;*/
		float:right;
		clear:right;
		position:relative;

		

}


#north{
	width:400px;
/*	height:245px;*/

	/*padding:10px;*/
	padding:15px 0px 10px 20px;

	/*margin-left:40px;*/
	/*border:1px solid  #999999;*/
	border-left:1px solid  #999999;
	border-right:1px solid  #999999;
	border-top:1px solid  #999999;
	position:relative;
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_pink.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#central{
	width:400px;
/*	height:145px;*/

	padding:15px 0px 10px 20px;
	/*margin-left:40px;
	margin-top:10px;*/
	/*border:1px solid  #999999;*/
	border-left:1px solid  #999999;
	border-right:1px solid  #999999;
	border-top:1px solid  #999999;
	position:relative;
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_blue.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#east{
	width:400px;
/*	height:130px;*/

	padding:15px 0px 10px 20px;
	/*border:1px solid #999999;*/
	border-left:1px solid  #999999;
	border-right:1px solid  #999999;
	border-top:1px solid  #999999;
	position:relative;
	/*margin-top:10px;*/
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_org.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#northeast{
	width:400px;
/*	height:75px;*/

	padding:15px 0px 10px 20px;
	/*border:1px solid #999999;*/
	border-left:1px solid  #999999;
	border-right:1px solid  #999999;
	border-top:1px solid  #999999;
	
	position:relative;
	/*margin-top:70px;*/
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_green.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#northwest{
	width:400px;
/*	height:75px;*/

	padding:15px 0px 10px 20px;
	/*border:1px solid #999999;*/
	border-left:1px solid  #999999;
	border-right:1px solid  #999999;
	border-top:1px solid  #999999;
	position:relative;
	/*margin-top:70px;
	margin-left:80px;*/
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_purple.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#west{
	width:400px;
/*	height:205px;*/

	padding:15px 0px 10px 20px;
	border:1px solid #999999;
	position:relative;
	/*margin-top:10px;
	margin-left:80px;*/
	color:#000000;
	background-color: #f1f1f1;
	background-image: url(../images/map_yellow.jpg);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#north b{
	color:#000000;
	font-size:12px;
}

#central b{
	color: #000000;
	font-size:12px;
}

#east b{
	color:#000000;
	font-size:12px;
}

#northeast b{
	color:#000000;
	font-size:12px;
}

#west b{
	color:#0000000;
	font-size:12px;
}

#northwest b{
	color: #000000;
	font-size:12px;
}

#map span{
	font-size:14px;
}	


#encaseMap{
	width:400px;
	clear:right;


}
#encaseLegend{
	float:right;
	width:500px;

}
#legendMap{
	width:500px;
	height:320px;
	position:absolute;
	top:220px;
}

