body {
	background: #fff6d2;
	font-size: 9pt;
	font-family: Verdana, "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

a { color: #06F; }
a:hover { color: #F60; }

/*  gets rid of border on linked images  */
a img {
	border: 0;
}

/*  horizontal rule  */
hr {
	color: #ddd;
	background-color: #ddd;
	margin: 2em 0;
}

/*  mailing address  */
address {
	font-style: normal;
	margin-top: 1em;
}
.main address, .main .hours {
	margin-left: 3em;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
}

p.caption {
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2em;
}
p.caption strong {
	font-weight: normal;
	color: #e31837;
}

img.current-exhibit {
	padding-bottom: 0.5em;
}


