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

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