#content {
	width: 800px;
	float: left; 
	padding-top: 10px;
	margin-bottom: 20px;
	z-index:1;
	position:relative
}

.tourtext {
	float: left;
	width: 500px;
	padding-left: 25px;
	padding-right: 10px;

}
.tourimages {
	float: left;
	width: 125px;
}
.tourimages img{
	padding-bottom: 40px;
}
.tour{
	margin-bottom: 35px;
	clear: both;
}