#photoItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 618px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#photoItems .photoItem {
	width: 618px;
	margin-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0074BF;
}
#photoItems  .photoItemTitle     {
	font-family: Arial, Helvetica, sans-serif;
	color: #0075BF;
	font-size: 18px;
	font-weight: bold;
	width: 610px;
	margin-bottom: 4px;
	display: inline;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0074BF;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #EFF6FB;
}
#photoItems .photoItemImageHolder {
	width: 250px;
	float: left;
	height: auto;
	margin-right: 6px;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
}
#photoItems .photoItemDescription {
	display: inline;
	float: left;
	width: 342px;
	background-color: #CDE7F9;
	margin-bottom: 11px;
	line-height: 14.3px;
	padding: 4px;
}
#photoItems   .photoItemDescription   a:link, #photoItems  .photoItemDescription  a:visited {
	color: #004C9A;
	font-weight: bold;
}
#photoItems    .photoItemDescription    a:hover, #photoItems   .photoItemDescription   a:active {
	color: #0074BF;
	font-weight: bold;
}
