div#photorow {
	position: relative;
	width: 100%;
	height: 205px;
/*	border-color: yellow;
	border-style: dashed;
	border-width: thin; */
}

div#menurow {
	position: relative;
	width: 100%;
	height: 25px;
/*	border-color: yellow;
	border-style: dashed;
	border-width: thin; */
}

div#photo1 {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0px;
	text-align: center;
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#photo2 {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 200px;
	text-align: center;
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#photo3 {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 400px;
	text-align: center;
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#photo4 {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 600px;
	text-align: center;
/*	border-color: red;
	border-style: dashed;
	border-width: thin; */
}

div#photodata {
	color: red;
}

