﻿@charset "UTF-8";
/* CSS Document */

#page-text {
	width: 700px;
}
#page-navigation {
	width: 0px;
}
#gallery-image a img {
	border: 1px solid #969A87;
	padding: 8px;
	background-color: #F1F2E5;
}
#caption {
	text-align: center;
	margin: 0px;
	font-size: .8em;
	color: #1A070D;
}
.gallery-image {
	margin: 0 0 10px 3px;
	text-align: center;
}
#page-navigation {
	display: none;
}
#page-content {
	background-image: url(none);
}
#page-text {
	width: 700px;
	background-image: url(images/page-top-gallery.gif);
}
#page-text-bottom {
	background-image: url(images/page-bottom-gallery.gif);
	width: 700px;
}
#page-text-wrapper {
	background-image: url(images/page-back-gallery.gif);
	background-repeat: repeat-y;
	width: 640px;
}

