HTML {
 Min-height:100%;
 Margin-bottom:1px;
 }
body { color: #141414; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; }
p { line-height: 145%; text-align: left; margin-top: 0; margin-bottom: 10px; }
td { text-align: left; }
a:link { color: #76554e; font-weight: bold; text-decoration: none; }
a:visited { color: #76554e; font-weight: bold; text-decoration: none; }
a:hover { color: #60850b; font-weight: bold; }
a:active { color: #60850b; font-weight: bold; }
.graysmall { color: #676767; font-size: 10px; }
.head1 { color: #40494e; font-size: 18px; font-weight: bold; margin-top: 0; margin-bottom: 5px; }
.head2 { color: #40494e; font-size: 16px; font-weight: bold; margin-top: 20px; margin-bottom: 5px; }
.head3 { color: #40494e; font-size: 11px; font-weight: bold; text-transform: uppercase; margin-top: 18px; margin-bottom: 0; }
.greysmall { color: #40494e; font-size: 11px; font-weight: bold; }
.box-highlight { color: #5f646b; font-size: 16px; font-weight: bold; text-align: center; }
.caption-side { color: #93948c; font-size: 10px; margin: 6px 6px 9px 7px; }
.inset-box { padding: 8px 7px 8px 6px; border: solid 1px #fffff8; }
.navhead { color: #faf5ef; font-size: 10px; font-family: tahoma, verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; margin-top: 0; margin-bottom: 0; list-style-image: url(../images/bullet-nav.gif); }
.nav { color: #3c3c3c; font-size: 11px; margin: 0 0 8px -15px; list-style-image: url(../images/bullet-nav.gif); }
.nav a:link { color: #76554e; font-weight: normal; text-decoration: underline; }
.nav a:visited { color: #76554e; font-weight: normal; text-decoration: underline; }
.nav a:hover { color: #60850b; font-weight: normal; text-decoration: underline; }
.nav a:active { color: #60850b; font-weight: normal; text-decoration: underline; }
ol li { font-weight: bold; margin-top: 2px; margin-bottom: 8px; padding-left: 0; }
ul li { list-style-type: none; display: compact; font-weight: normal; margin-top: 2px; margin-bottom: 11px; padding-left: 0; list-style-image: url(../images/bullet.gif); }
.leftquotebox { color: white; font-size: 11px; font-style: italic; line-height: 16px; background-color: #b1aea1; margin-right: 27px; margin-left: 0; padding: 14px 4px 14px 9px; border: solid 1px   }
.attribution { color: white; font-size: 10px; font-family: tahoma, verdana, Arial, Helvetica, sans-serif; font-style: italic; line-height: 12px; }
.returntop { color: #676767; font-size: 10px; text-align: right; }
.footer { color: #414136; font-size: 10px; background-color: #7e7e72; text-align: left; padding: 8px 8px 8px 12px; border-top: 1px solid #fffff8; border-left: 1px solid #fffff8; border-bottom: 1px solid #fffff8; border-right-style: none; border-right-width: 0; }
.footer a:link { color: #414136; font-weight: normal }
.footer a:visited { color: #414136; font-weight: normal }
.footer a:hover { color: white; font-weight: normal }
.footer a:visited:hover { color: white; font-weight: normal }
.headerimg { border-top: 0; border-left: 1px solid #fffff8; border-bottom: 1px solid #fffff8; border-right: 0; }

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.no-show{
	display: none;
}


/* NAVIGATION */

#nav{
	margin: 0;
	height: 24px;
	width: 733px;
	float: right;
	border-bottom: 1px solid #fffff8;
	border-right: 0px;
}

#nav ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}

#nav ul li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 24px;
	margin: 0;
}

#nav ul li a{
	height: 24px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px;
}

#nav ul li a:hover, #nav ul li.nav_selected a{
	background-position: 0px -24px;
}

#nav li.nav_jamie a{
	width: 47px;
	height: 24px;
	background-image: url('../images/nav_jamie.gif');
	background-repeat: no-repeat;
}

#nav li.nav_galleries a{
	width: 73px;
	height: 24px;
	background-image: url('../images/nav_galleries.gif');
	background-repeat: no-repeat;
}

#nav li.nav_exhibitions a{
	width: 88px;
	height: 24px;
	background-image: url('../images/nav_exhibitions.gif');
	background-repeat: no-repeat;
}

#nav li.nav_calendar a{
	width: 74px;
	height: 24px;
	background-image: url('../images/nav_calendar.gif');
	background-repeat: no-repeat;
}

#nav li.nav_purchase a{
	width: 75px;
	height: 24px;
	background-image: url('../images/nav_purchase.gif');
	background-repeat: no-repeat;
}
#nav li.nav_contact a{
	width: 66px;
	height: 24px;
	background-image: url('../images/nav_contact.gif');
	background-repeat: no-repeat;
}
#nav li.nav_home a{
	width: 48px;
	height: 24px;
	background-image: url('../images/nav_home.gif');
	background-repeat: no-repeat;
}