@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
#header {
	margin-bottom: 0px;
	margin-top: 1em;
	position: relative;
}
#header .anniversary {
	background:  url(../_images/50_anniv.png) no-repeat center center;
	width: 177px;
	height: 113px;
	position: absolute;
	left: 170px;
	top: 10px;
}
#header h1 {
	font-size: 1.75em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.25em;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.2em;
	margin-bottom: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
img.floatIMG {
	float: right;
	padding-left: 1em;
}
p {
	font-size: 0.95em;
	margin-bottom: 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p bullets {
	font-size: .9em;
	margin-bottom: 1em;
}
dt {
	margin: 0 0 .5em;
	font-size: .9em;
	color: #630;
	font-weight: bold;
}
dd {
	margin: 0 0 1em;
	font-size: .9em;
	padding: 0;
}
#artwork h2 {
	font-size: 1em;
	color: #630;
	margin-bottom: .5em;
}
.gallery img {
	display: block;
	margin-bottom: 0;
}
p.caption {
	font-style: italic;
	text-align: left;
}
#footer {
	line-height: auto;
	text-align: center;
	background: #eeeeee;
	color: black;
	font-size: 0.8em;
	/* [disabled]padding: 1em; */
	margin: 20px auto;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #15509a;
}

.gallery {
	width: 45%;
	float: left;
	margin-right: 5%;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.bulletz {
	text-indent: 10;
	list-style: disc inside;
	display: list-item;
	white-space: normal;
	text-align: left;
}
