@charset "UTF-8";
/* CSS Document */

#gallery {
	background-color: #B2A4A1;
}


#gallery table {
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	top: 150px;
	position: absolute;
	left: 90px;
	clear: both;
	background-color: #C9C3AE;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-color: #033;
	border-style: solid;
	height: 1030px;
}
#gallery table caption {
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFC;
	background-color: #1E295F;
	line-height: 36px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#gallery table tr td p {
	font-size: 16px;
	padding-left: 0px;
	font-family: Candara, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	text-align: center;
}
