	#travel_featured_container {
		background-image: url(/templates/default/travel/images/travel_featured_articles_bg.jpg);
		background-attachment: scroll;
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #0CF;
		float: left;
	}
	
	#travel_featured, .travel_lists {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	#travel_featured li, .travel_lists li {
		float: left;
		margin-left: 10px;
		width: 230px;
	}

	#travel_featured li img, .travel_lists img {
		border: 0;
	}
	
	#travel_featured h2 {
		color: #FFF;
		font-size: 16px;
		font-weight: normal;
	}

	.travel_list_header {
		color: #FFF;
		font-size: 22px;
		background-image: url(images/travel_lists_header_bg.jpg);
		background-attachment: scroll;
		background-position: top left;
		background-repeat: no-repeat;
		width: 970px;
		height: 34px;
		padding-top: 6px;
		font-weight: normal;
		margin: 0;
		float: left;
	}
	
	.travel_list_header img {
		float: left;
		margin-top: -6px;
	}
	
	.travel_lists {
		padding: 20px 0;
		margin-bottom: 30px;
		background-image: url(images/travel_lists_bg.jpg);
		background-attachment: scroll;
		background-position: top center;
		background-repeat: repeat-x;
		padding-right: 10px;
	}
	.travel_lists li {
		margin-bottom: 10px;
	}
	
	table tr:hover {
		background-color: #000;
	}

