@charset "utf-8";
/* CSS Document */
				
/* PAGES */

#page-trips-body {
	width: 960px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	margin: 0;
}

	#page-trips-content {
		padding: 0 20px 0 20px;
		width: 860px;
	}
	
	img {
		border: none !important;	
	}
	
	#map {
		width: 860px; height: 500px
	}
	
	#map table {
		border: none;
		padding: 0;
		margin: 0;
	}
	
		#map table tr td {
			border: none;
			padding: 0;
		}
		
	#tripList {
		margin: 0 auto;	
		width: 600px;
	}
	
	
