body{
	font: italic 14px "Times New Roman", Times, serif;
	color: #272727;
	background-color: #979e8b;
	margin: 0;
	padding: 0;
}

h1{
	font: 18px "Times new roman", times, serif;
	font-variant: small-caps;
	margin-bottom: -15px;
	}

blockquote{						margin: 0 75px 10px 75px; border: 1px solid #979E8B; padding: 10px 25px; }
blockquote *{					text-align: center; }
blockquote em{				font-size: 10px; }
blockquote strong{			font-size: 30px; }

p{
	font: italic 14px "Times New Roman", Times, serif;
	color: #272727;
}
a:link{
	font: italic 14px "Times New Roman", Times, serif;
	color: #272727;
}
a:hover{
	font: italic 14px "Times New Roman", Times, serif;
	color: #000000;
}
a:active{
	font: italic 14px "Times New Roman", Times, serif;
	color: #616b51;
}
a:visited{
	font: italic 14px "Times New Roman", Times, serif;
	color: #272727;
}

.navbtm{								font: 12px "Times New Roman", Times, serif; font-style: normal; font-weight: normal;}
A.navbtm:link{					font: 12px "Times New Roman", Times, serif; font-style: normal; color: #272727; text-decoration: none;}
A.navbtm:active{				font: 12px "Times New Roman", Times, serif; font-style: normal; color: #616b51; text-decoration: underline;}
A.navbtm:hover{				font: 12px "Times New Roman", Times, serif; font-style: normal; color: #272727; text-decoration: underline;}
A.navbtm:visited{				font: 12px "Times New Roman", Times, serif; font-style: normal; color: #272727; text-decoration: none;}
A.navbtm:visted:hover{	font: 12px "Times New Roman", Times, serif; font-style: normal; color: #272727; text-decoration: none;}
A.navbtm:visited:active{	font: 12px "Times New Roman", Times, serif; font-style: normal; color: #616b51; text-decoration: underline;}


#content{
	padding: 0 20;
	}

img.figure-a{
	display: block;
	margin: 5px auto;
	border: 1px solid #000;
	}

img.figure-c{
	float: left;
	clear: left;
	margin: 5px;
	border: 1px solid #000;
	}

/* START GALLERY */
#gallery{
	width: 600;
	margin-left: 35px;
	}
#enlarge{
	float: left;
	width: 400;
	height: 400;
	}
	
	#enlarge img{
		display: block;
		margin: 0 auto;
		border: 1px solid #000;
		}

#thumbnails{
	float: right;
	width: 120;
	margin: 0;
	}

	#thumbnails ul{
		margin: 0;
		padding: 0;
		}
	
		#thumbnails ul li{
			display: block;
			float: right;
			}
		
			#thumbnails ul li a{
				display: block;
				width: 45px;
				height: 45px;
				margin: 3px;
				overflow: hidden;
				border: 1px solid #000;
				}
			
			#thumbnails img{
				border: none;
				display: block;
				margin: 0 auto;
				}
