#pleftCol {
	width: 300px;
	height: 705px;
	float: left;
	border-right: 1px dashed #cccccc;
}
#prightCol {
		width: 695px;
		height: 700px;
		float: right;		
		margin: auto;
				
		
		
}
#mapNav {
	width : 280px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	
}
#locContainer {
	width:650px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
		
}
#locContainer .leftSide {
	width: 243px;
	height: 400px;
	margin-left: 3px;
	margin-right: 3px;
	
	border-right: 1px dotted black;
	float: left;
}
#locContainer .rightSide {
	
	width: 400px;
	height: 400px;
	
	
	float:right;
	
}
#map {
	position : relative;
	/*top: 170px;*/
	/*left: 900px;*/
	z-index: 1;
	
}
