/*CSS for photos and content*/
#photosidebar {
	margin-top: 20px;
	margin-left: 50px;
	width: 190px;
	float: left;
	background-color: #E7DEC2;
	border: thick solid #E9E1C9;
}
#photocontent {
	margin-top: 20px;
	margin-right: 50px;
	float: right;
	width: 625px;
	}


.photo {
margin:5px;
position: relative;
}

h1.photo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0.2px;
	line-height: 1.0em;
	color: #333333;
}

h1.photo a {
	color: #333333;
}

