.photoset {
	clear: both;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.photopreview {
	float:left;
	margin-right: 10px;
}
.photopreview img {
	border: 4px double #922;
}
.photocredit {
	font-size: 11px;
}
.photodate {
	font-weight: bold;
}
#pictitle {
	text-align: center;
	font-size: 60%;
}
#pictitle h1 {
	margin-bottom: 0px;
}
#pictitle h2 {
	margin-top: 0px;
}
.picline {
	text-align: center;
	margin-bottom: 10px;
}
.picline a {
	margin: 0px 8px 0px 8px;
}
#pleaseclick {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	clear: both;
}