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

#content{
	float:left;
}


/* Content (tour page)
----------------------------------------
*/
	
	#tour-page{
		list-style:none;
		font-size: 1.20em;
	}
	
	#tour-page li{
		width:715px;
		height:80px;
		padding:13px;
		text-transform:uppercase;
	}
	
	#tour-page .odd{
		background:#99c0d2;
	}
	
	#tour-page div{
		float:left;
	}
	
	#tour-page .date{
		width:160px;
		font-size: 16px;
		color: #65090c;
		
	}

	#tour-page .city{
		width:200px;
		font-size: 16px;
		font-style: italic;
	}
	
	#tour-page .info{
		width:275px;
		text-transform:none;
		line-height: 1.3;
	}
