@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	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 */
}
a {
	color:#003399;
	text-decoration:none;
	}
a:hover {
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
	}
#container {
	position:relative;
	width: 781px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #fff url(images/sitedesign/bg.gif) repeat-y center;
}
#header {
	width:781px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 11px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: normal 2em "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #003399;
	text-transform: uppercase;
}
#mainNavigation {
	padding:0;
	background-image: url(images/sitedesign/vnav.png);
	background-repeat: no-repeat;
}
#mainNavigation ul{
}
#mainNavigation li{
	display:inline;
	list-style:none;
	text-transform: uppercase;
	overflow:hidden;
	padding-right: 1em;
}
#mainNavigation a {
	color: #CCCCCC;
	background: #fff;
	font: normal 0.9em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}
#mainNavigation #currentpage a {
	color: #003399;
}
#mainNavigation a:hover {
	background-color: #A8A781;
}
#mainContent {
	padding-right: 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #a8a781;
	padding-left: 45px;
}
#mainContent h2 {
	text-align: justify;
	color: #666666;
	padding-left: 35px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainContent h6 {
	text-align: right;
	font-size: 0.6em;
	color: #CCCCCC;
	font-style: italic;
	margin: 0;
	padding-top: 5px;
	font-weight: normal;
}
#mainContent p {
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: justify;
	color: #666666;
	padding-left: 35px;
}
#mainContent blockquote {
	font:normal 11px/14px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	padding: 0 3em 0 3em;
	text-indent: 1em;
	text-align: justify;
	color: #999999;
	display: block;
}
#mainContent blockquote cite {
	font:normal 11px/16px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
}
#mainContent #footnote p {
	font-size: 0.7em;
	color:#CCCCCC
}
#imageNavigation {
	float: left;
	padding-top: 15px;
}
#imageNavigation li{
	list-style:none;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#imageNavigation li a {
	color: #CCCCCC;
	background: #fff;
	font: normal 0.8em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid;
	padding: 2px 5px 0px 5px;
	text-decoration: none;
	margin-right: 1em;
}
#imageNavigation #currentpage a {
	color: #003399;
}
#imageNavigation a:hover {
	background-color: #A8A781;	
}
#imageNavigation #more a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #cccccc;
	padding: 2px 5px 0px 5px;
	margin-left: 45px;
}
#display {
	padding-top: 15px;
	min-height: 500px;
}
#artwork {
	min-height: 300px;
}
#artwork img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:inherit;
	vertical-align: sub;
}
#imagedetails {
	font:normal 9px/12px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: right;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 150px;
	vertical-align: baseline;
}
#imagedetails a {
	color: #666666;
}
#catalogue {
	margin: 0;
	clear: both;
	height: 16px;
	font:normal 9px/14px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	float: right;
}
#thumbnails {
	margin: 0;
	float: right;
	max-width: 530px;
}
#thumbnails li {
	list-style: none;
	display:inline;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/sitedesign/bottom.gif);
	height: 42px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 35px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font:normal 8px/10px "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	color: #CCCCCC;
}
.floatright {
	float: right;
	padding: 1em 0 1em 1em;
}

