.column {
	width: 300px;
	padding: 30px 10px;
}

h2 {
	font-family:Georgia;
	font-size: 20px;
	line-height: 22px;
	padding-left: 35px;
	color: #122c2f;
	font-weight: normal;
	line-height: 30px;
	margin: 5px 0;
	
}

h4 {
	margin: 25px 0 5px 0;
	font-weight: regular;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 18px;
}
.column img {
	padding: 5px 0;
}

img.left {
	padding: 5px 10px 0 0;
}

img.right {
	padding: 0 0 10px 5px;
}


.tour_arrow {
	display: block;
	padding-top: 42px;
}


.num_one {
	background: transparent url('../images/num_1.gif') top left no-repeat;
}

.num_two {
	background: transparent url('../images/num_2.gif') top left no-repeat;
}

.num_three {
	background: transparent url('../images/num_3.gif') top left no-repeat;
}

.num_four {
	background: transparent url('../images/num_4.gif') top left no-repeat;
}

