body {
	background-color: #222;
	color: #bbb;
	font-family: "trebuchet ms",sans-serif;
	font-size: 14px;
	margin: 1em;
	padding: 0;
}
img {
    behavior: url("pngbehavior.htc");
}
body * {
	background-color: #3c382d;
	text-align: center;
}

p,h2 {
	color: #efa234; /* orangy */
	color: #bbb;
}

#content {
	width: 700px;
	margin: 0px auto;
}

#sig {
	text-align: right;
}

table#menu {
	margin: 1em auto;
}

table#menu td {
	width: 90px;
	border: solid thin olive;
	padding: 0px;
	text-align: center;
}

.paint {
	border: solid #222 2px;
}

table#focal {
	margin: 0 auto;
	height: 500px;
}

table#focal td {
	/* border: solid thin maroon; */
	vertical-align: top;
	padding: 1em;
}

table#focal td#fleft {
	text-align: right;
}

table#focal td#fmiddle {
	width: 500px;
}

table#focal td#fright {
	text-align: left;
	padding-top: 2em;
}

a:link, a:visited {
	text-decoration: none;
	color: #886;
}

a:hover {
	color: olive;
	text-decoration: underline;
	text-decoration: none;
}

p.bio {
    text-align: justify;
    margin: 1em 2em;
}

.smallfont {
	font-size: smaller;
	margin: 2em 4em;
}

#exhibit {
	font-size: smaller;
}

#exhibit table {
	width: 90%;
}

#exhibit table td {
	text-align: left;
	border: none;
	color: #bbb;
}

#exhibit table th {
	color: #bbb;
	border: none;
}

#pagelink, #pagelink a {
	color: #886;
}

.hrline {
	background-image: url(../hrline.png);
	background-repeat: repeat-x;
	background-position: center;
}
