h1 {
	font-size	: 120%;
	font-weight	: bold;
}

h2 {
	font-size	: 110%;
	font-weight	: bold;
}

div.indented {
	margin-left: 9em;
}

p.updated {
	font-size	: 80%;
	font-style	: italic;
	font-weight	: bold;
	text-decoration : overline;
}

ul.exhibitions {
	list-style-type	: Disc;
}

ul.exhibition-details {
	list-style-type	: square;
	font-size	: 80%;
}

ul {
	list-style-type : Disc;
}

body	 {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	color		: #000;
	line-height: 18px;
}

img {
	border-style:none;
}

a {
	text-decoration: none;
}

a:link, a:visited	 {
	color: black;
	border-width: 0px;
}

a:hover {
	background-color: #FF9;
	text-decoration	: underline overline;
}

/*****************************************************/

a.image:link, a.image:visited {
	border-width: 3px;
	border-style:solid;
	border-color: white;
}

a.image:hover {
	border-width: 3px;
	border-color: #FF9;
	background-color:white;
	border-style:solid;
	text-decoration: none;
}

img.spread {
	float: left;
	padding-right: .5em;
}

div.thumbnail-set { 
	vertical-align: top; 
	clear: none; 
	margin: 0em; 
	padding: 0em; 
	border: 0;
}

div.thumbnail-set p.thumbnails {
	margin: 0;
	padding: 0;
	border: 0;
}

div.thumbnail-set p.caption {
	font-size: 75%;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

div.thumbnail  {
	vertical-align: top;
	clear: none;
	margin: 0.5em;
	padding: 0.5em;
	border-color: red;
/*	width: 33%  */
}

div.thumbnail p {
	text-align: center;
	font-size: 80%;
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 110%;
}

div.entrance {
	text-align	: center;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 4px;
	text-decoration: none;
}
 
div.header {
	text-align	: center;
	width		: 600px;
}

div.nav {
	text-align	: center;
	border		: 1px solid black;
	width		: 510px;
	margin-left: 44px;
	margin-right: 44px;
}

div.nav li { 
	display: inline;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 1.5em;
}
div.nav li.last {
	padding-left: 0px;
	padding-right: 0px;
}

div.nav table {
	width:500px;	
}

div.nav td, div.footer td  {
	font-weight: bold;
	border-right: 1px none #000;
	text-align: center;
}
div.subnav1  {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px #f00;
	width: 600px;
	text-align: center;
}
div.subnav1 ul { font-weight: bold; font-size: 13px; margin: 5px 0px }
div.subnav1 li  { padding-right: 7px; padding-bottom: 2px; padding-left: 3px; border-right: 1px none #000; display: inline }
div.subnav1 li.last { padding-right: 3px; padding-left: 3px; border-right: 0px none; display: inline }
div.footer {
	margin-top: 30px;
}

div.warning {
	font-size: 70%;
	width		: 600px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 1em;
}

div.middle {
	width: 600px;
}

/***************************************************/

div.newsitem {
	margin-top: 20pt;
	padding: 5px;
	overflow: hidden;
	border-bottom: dotted 1px;
}
div.newsitemindex {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5pt;

}
div.newsitemtext {
	text-indent: 10pt;
}

div.image-frame {
	background-color: #CCCCCC;
	margin: 0px;
	padding: .5em;
	height: auto;
	width: auto;
	float: left;
}

div.image {
/*	border: thick inset gray; */
	background-color: white;
	padding: 0.5em;
}

div.image-caption {
	padding: 0.5em;
	background-color: #CCCCCC;
	/* font-family: serif; */

}

div.image-caption span.series-title {
	font-size: 110%;
	font-weight: bold;
}

div.image-caption span.image-title {
	font-size: 140%;
	font-weight: bold;
/*	text-align: center; */
	font-style: italic;
}

div.image-caption span.image-year {
	font-size: 120%;
/*	text-align: center; */
}

div.image-caption span.image-size {
	font-size: 80%;
/*	text-align: center; */
}

div.image-caption span.image-media {
	font-size: 80%;
	text-align:	center;
}

/***************************************************/

div.statement-title {
	font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 2em;
	margin-bottom: 0px;
}

div.statement-text {
	margin-left: 0.5em;
	margin-right: 0.5em;
	line-height: 20px;
}
div.statement-text img {
	border: 1px;
	align: right;
}

div.statement-text img:hover {
}

/****************************************************/

table.projects {
	width: 600px;
}

table.projects tr {
	width:inherit;
}

table.projects td {
	align: center;
	text-align: center;
}
/****************************************************/

#bottomright { position: fixed; padding: 2px; width: 110px; right: 15px; 
top:15px; border: 2px solid #ccc; text-align: center; width: 110px; }

#main {
	float: left;
	background-color: #FFFFFF;
}

#sideleft {
	float:left;
	margin-left: 10%;
	margin-right: 5%;
	padding: 3px;
	border: 1px solid #066;
	border-top: 3px solid #066;
	background: #ccc;
	width: 27%;
	font-size: 80%;
	text-align:left;
}

.sideright { float:right; margin: 5px; padding: 3px; border: 1px solid #066;
border-top: 3px solid #066;
 background: #ccc; width: 27%; font-size: 80%; text-align:right; }
dl {
	display: inline;
}
dt {
	display: inline;
}
dd {
	display: inline;
}
p.quotation {
	font-style: italic;
	padding-right: 30px;
	padding-left: 30px;
}
