		/* These CSS rules are specific to citizen.html */
		
		
	.mapParent
		{
			position:			absolute;
			top:				79px;
			left:				10px;
			width:				565px;
			height:				500px; 
			background-color:	transparent;
			border:			thin none #ff0000;
		}
		
	.direction
		{
			position:			absolute;
			top:				20px;
			left:				0px;
			width:				565px;
			height:				100px; 
			text-align:			center;
			background-color:	transparent;
			border:			thin none #0000ff;
		}
	
	
	.driving
		{
			position:			absolute;
			top:				100px;
			left:				0px;
			width:				565px;
			height:				230px;
			background-color:	transparent;
			border:			thin none #00ff00;
		}
		
		
	p.north
		{	
			position:			absolute;
			top:				0px;
			left:				57px;
			width:				450px;
			text-align:			justify;
		}
		
		
	.map
		{	
			position:			absolute;
			top:				217px;
			left:				0px;
			width:				565px;
			text-align:			center;
		}

