body {
	color:inherit;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: medium;
}
a {}
a:link {  }
a.none { text-decoration: none; }
a.undernone { text-decoration: underline; }
a.undernone:hover { text-decoration: none; }
a.noneunder { text-decoration: none; }
a.noneunder:hover { text-decoration: underline; }
.dark_background { color: #ffffa1; }
.light_background { color: #000000; }
.images_missing {}
.artwork_missing {}
.artwork_inquire {}
.artwork_price { font-size: small; }
.artwork_sold { font-weight: bold; }
.artwork_title { font-size: x-small; }
.detail_item_hdr { font-size: small; }
.detail_item_data { font-size: small; }
.detail_item_sold { font-size: small; }
.detail_item_notes { font-size: small; }
.exhibit_blurb { font-size: small; }
.headerline { font-size: medium; font-weight: bold; text-decoration: underline; }
.headerline_nounder { font-size: medium; font-weight: bold; text-decoration: none; }

.toolbar { color: #5a5610; font-size: 16px; text-decoration: none; }
.toolbar:hover { text-decoration: underline; }
.past_table_hdr { font-size: 16px; }
.past_table_desc { font-size: 12px; }


/*------CSS for the index page----------*/
#container{ width:800px; height:500px;z-index:999; position:relative;}

#slideshow{ width:800px; height:500px; position:absolute; top:0; left: 0; z-index:0; }
#slideshow li{ list-style-type:none;margin:0;}
#slideshow ul{ list-style-type:none;margin:0;}

.slide{position:absolute;top:0;left:0;}

#info{color:#fff;width:225px; float:right; position:absolute; right:26px; bottom:0; background:url(../images/info_bg.png) repeat; padding:20px 10px; line-height:18px;}
#info a{ color: #fff;}

#info_divider{padding:20px 0;text-align:center;}

#latest_exhibit{font-size:14px;line-height:20px;}

#latest_exhibit_date{font-style:italic;font-size:12px; margin:12px 0 0 0;}

#latest_exhibit_title{ font-size:16px; font-weight:bold;}
#latest_exhibit_subtitle{font-size:12px;}
#upcoming_exhibit_title{ font-size:16px; font-weight:bold; }
#latest_exhibit_artist{ font-size:16px; text-decoration:none;}

#auction_preview{font-size:12px;margin:12px 0 0 0;}
#auction_preview_other{font-size:12px;margin:12px 0 0 0;font-weight:bold;}
#auction_preview_other a{text-decoration:underline;}

#gallery_informaton{ margin:0;}

#contact{margin-top:20px; font-weight:bold; font-size:12px;}
#address{margin-top:20px; font-size:12px;}
#marta_hewett{font-size:13px; font-weight:bold;}
#annex{font-size:12px; font-style:italic;}
#mailto a{font-size:12px; color:#fff; font-weight:normal; }


.review{margin-top:20px; font-size:14px; }
.review a{color:#FFF; font-size:14px; text-decoration:none; outline-style:none; }
.review a:visited{color:#FFF; font-size:14px;}

/*------CSS for the exhibit page----------*/
#exhibit{ width:800px; height:512px; font-family:Arial, Helvetica, sans-serif;}

#exhibit_image{ width:800px; margin-left:0; border:0;}

#exhibit_title{ color:#666; font-size:25px;font-weight:bold;}

#exhibit_artist{color:#666; font-size:23px;display:inline;}
#exhibit_artist a{color:#666;}
#exhibit_artist a:visited{color:#666;}

#exhibit_date{color:#666; font-size:16px; margin-left:20px; font-style:italic; font-weight:bold; }

#exhibit_left{margin-top:17px; float:left; margin-left:15px; }
#exhibit_left a{ text-decoration:none;}

#exhibit_right{ margin-top:24px; float:right; margin-right:20px; color:#666; font-size:12px;}
#exhibit_right a{ color:#666; text-decoration:underline; }
#exhibit_right a:visited{ color:#666; }


