body {
	margin: 0px;
	padding: 0px;
	background: #1a1b16;
}

.menu {
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;
	color: #48513F;
}

.menu a {
	font-family: Garamond;
	font-size: 15px;
	text-decoration: none;
}

.menu a:link {
	color: #965743;
}

.menu a:visited {
	color: #68412B;
}

.menu a:hover {
	color: #A8AAA7;
}

.menu a:active {
	color: #676D61;
}

.thumbs a {
	height: 54px;
	width: 54px;
	border: 0px;
	display: block;
	float: left;
	text-align: center;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 3px;
}

.thumbs a:hover {
	height: 54px;
	width: 54px;
	background-color: #2B2F26;
}

.thumbs img {
	position: relative;
	top: 4px;
}

.caption {
	position: relative;
	font-family: Garamond;
	font-size: 13px;
	color: #6B785D;
	line-height: 13px;
	text-align: right;
}

.caption a,
.caption_container a {
	font-family: Garamond;
	font-size: 13px;
	text-decoration: none;
}

.caption a:link,
.caption_container a:link {
	color: #965743;
}

.caption a:visited,
.caption_container a:visited {
	color: #68412B;
}

.caption a:hover,
.caption_container a:hover {
	color: #A8AAA7;
}

.caption a:active,
.caption_container a:active{
	color: #676D61;
}


img.gallery_image {
	margin:5px auto;
	width:auto;
	}
	
img.larger {
	float:left;
	margin-top:150px;
	margin-right:-20px;
	}
	
.caption_container {
	color: #6B785D;
	font-size:13px;
	}
	
.caption_container strong {
	font-style:italic;
	font-weight:normal;
	}
	
.separator {
	clear:both;
	height:5px;
	display:block;
	border:none;
	}
	
.image_wrapper {
	width:540px;
	overflow:auto;
	float:left;
	text-align:center;
	}
	

