#photoClientArea {
	position: relative;
	height:   500px;
}

#photoDescriptionBox {
	height:           400px;
	background-color: #f3dcb4;
}

#photoTextBox {
	position:    relative;
	top:         20px;
	left:        40px;
	width:       92%;
	font-size:   26px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:  center;
	line-height: 1.5;
}

#photoMenuBar {
	position: absolute;
	top:      450px;
	left:     60px;
}
