@charset "utf-8";
/* CSS Document */


#locations {
	width: 350px;
	float: left;
	padding: 0 0 0 0;
	border-right: 1px solid #ddd;
	}
	
#locations p {
	margin: 0 50px 0 0;
	}
	
#teams {
	width: 350px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 -20px 0 0;
	}
	
	