@charset "UTF-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-color: #030;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 56em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	text-align: center;
	font-size: 44px;
	color: #063519;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent title {
	text-align: center;
}
.oneColFixCtrHdr #footer {
	letter-spacing: 9px;
	font-size: 12px;
	text-align: center;
	background-color: #063519;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer p {
	color: #CCC;
	margin: 0;
	padding-bottom: 3px;
}
.mcf {
	text-align: center;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #container #header h1 img {
	float: left;
}
.oneColFixCtrHdr #container #mainContent p img {
	float: left;
}
.oneColFixCtrHdr #container #mainContent h1 {
	text-align: center;
	font-size: 24px;
}
h2 {
	font-size: 20px;
	text-align: center;
}
.gallerypic {
	float: none;
	border: thin solid #004325;
	margin: 5px;
}
.intropics {
	padding-bottom: 6px;
	padding-left: 10px;
}
.rightpic {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#photocredit {
	font-variant: small-caps;
	text-align: center;
}
#seeyou {
	font-size: 36px;
	font-style: italic;
	margin-bottom: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.oneColFixCtrHdr #container #header p {
	text-align: right;
	padding-right: 90px;
}
#vendor {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	letter-spacing: 0.7em;
	text-align: center;
	color: #00C;
	font-weight: bold;
}
.eventimage {
	float: left;
	border: thin solid #000;
	margin-right: 8px;
}
.year {
	font-style: oblique;
	font-weight: bold;
	color: #004325;
	padding-right: 15px;
}

