div#introduction {
	position: relative;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
}

div#photosection {
	position: relative;
	height: 390px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#info {
	position: relative;
	left: 0px;
	width: 380px;
/*	height: auto; */
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
/*	border-color: blue;
	border-style: dashed;
	border-width: thin; */
}

div#images {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 380px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
/*	border-color: lime;
	border-style: dashed;
	border-width: thin; */
}

div#recentimage {
	position: relative;
	top: 0px;
/*	border-color: silver;
	border-style: dashed;
	border-width: thin; */
}

p#recent {
	text-align: justify;
/*	font-size: 12px; */
	line-height: 15px;
}

