@charset "utf-8";
.photoright {
	background-color: #D49E1F;
	height: auto;
	width: auto;
	border: 3px ridge #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #990000;
	padding: 10px;
	float: right;
	margin-left: 20px;
}
.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	background-color: #FEE08D;
	text-align: center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
