
#tour_list {
	width: 570px; 
	float: right;
	text-align: center;
	padding: 0px;
	margin: 0 5px 0 0;
	}

	#tour_list h2 {
		font: bold 20px Georgia, Times New Roman, Times, serif;
		margin-right: 180px;
		}
	
	#tour_list ul {
		list-style: none;
		text-align: left;
		}
		
	#tour_list ul li {
		display: block;
		margin-left: -30px;
		padding-bottom: 15px;
		font: 14px Georgia, Times New Roman, Times, serif;
		}