#center_div {
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

#center_div img {
	float: right;
	margin-right: 20px;
}

#contact_info {
	float: left;
	margin-left: 20px;
}

#center_div p.intro {
	clear: both;
}

#left_column {
	text-align: left;
}

#left_column ul {
	margin: 0 0 30px 7px;
	padding: 0;
	list-style-type: none;
}

#left_column ul li {
	background: url('../images/arrow.gif') no-repeat left 50%;
	padding-left: 10px;
	line-height: 1.7em;
}

#tour_wrap {
	padding: 20px 4px;
	line-height: 1.4em;
	display: inline-block; /* Need this for IE7 */
}

.divider {
	border-bottom: 1px solid #f60;
}

#tour_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #tour_wrap {
	display: block; /* Reset this for IE6, after the need for the IE7 fix above */
	height: 1%;}

.tour {
	
}

.tour img {
	float: left;
}

.tour h1 {
	color: #f60;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.tour ul {
	margin: .3em 0 0 30px;
	padding: 0;
}

.info {
	margin-left: 160px;
	color: #666;
}

.description {
	margin-top: 1em;
}

.includes {
	text-decoration: underline;
	font-weight: bold;
}