/* ---------------- ABOUT US PAGE SPECIFIC STYLING ---------------- */
/* text does not run under images */
#aboutus .nowrap{
	width: 550px;
	float: left;
	padding: 10px 0 10px 0;
}

#aboutus img{
	border: 1px solid #98834D;
	margin: 0 0 10px 0;
	padding: 2px;
}

/* multiple divs with images under the heading */
#aboutus .multiple{
	float: left; 
	width: 100%;
	position: relative;
}

/* align images vertically in the middle */
#aboutus .multiple .middle{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -40px;
	margin-left: -120px;
}

#aboutus #travel1{
	margin-top: 80px;
}

#aboutus #travel2{
	margin-top: 80px;
}
