
/* Content (home page)
----------------------------------------
*/

#content{
	float:left;
}


/* Content (tour page)
----------------------------------------
*/
	
	#tour-page{
		list-style:none;
		font-size: 1.20em;
	}
	
	#tour-page li{
		width:715px;
		height:140px;
		padding:13px;
		text-transform:uppercase;
	}
	
	#tour-page .odd{
		background:#cccccc;
	}
	
	#tour-page div{
		float:left;
	}
	
	#tour-page .date{
		width:250px;
	}

	#tour-page .city{
		width:170px;
	}
	
	#tour-page .info{
		width:275px;
		text-transform:none;
	}