@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	font-size: medium;
	text-align: center;
}
.menubar {
	font-size: large;
	word-spacing: 10px;
	font-variant: small-caps;
	text-decoration: none;
}
.MainPageTitle {
	text-align: center;
	font-family: "Adobe Garamond Pro";
}

a:link {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
.LinkedImage {
	border-color: #FFFFFF;

}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.right_justify_footer {
	text-align: right;
}

.gallery_img {
	text-align: center;
	background-position: center;
}
.titlebars {
	background-position: center;
	text-align: center;
}

.ImageTitle {
	font-size: large;
	font-style: italic;
	color: #000000;
	text-align: center;
	font-family: "Adobe Garamond Pro";
}
.ImageDesc {
	font-size: medium;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-family: "Adobe Garamond Pro";
}
.thumbnail {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: none;
}
