@charset "UTF-8";body  {	background: #959d9c;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 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 */	color: #000000;}#container { 	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #959d9c;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */} #header { 	position: relative;	width: 760px;	background: #959d9c; 	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} html { height: 100%; }#galleryHeader {	position: absolute;	top: 90px;	left: 445px;	width: 313px;	background: #959d9c;	padding: 0px 0 0 0;}#catalogMenu { 	width: 760px;	height: 30px;	padding-top: 6px;} #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}#contentWrapper { 	position: relative;	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	margin: 0 0 0 0;} #sidebar1 {	position: absolute;	top: 0px;	left: 0px;	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #959d9c; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 34px 0px 0px 0px;}#sidebarNote {	width: 168px;	background: #747d7b;	border: solid 1px #474747;	padding: 5px 10px 5px 10px;	text-align: center;}#mainContent { 		margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */} #footer { 	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#959d9c;	font: normal 9px Verdana, Arial, Helvetica, sans-serif;	color: #414142;	padding: 0;	text-align: left;} a:link {	text-decoration: none;	color: #959d9c;	display: block;}#navArt a:link { background: url(images/navleft_artist.png); color: #959d9c; }#navArt a:visited { background: url(images/navleft_artist.png); color: #959d9c; }#navArt a:hover { background: url(images/navleft_artist.png); background-position: 0 -16px; }#navShow a:link { background: url(images/navleft_shows.png); color: #959d9c; }#navShow a:visited { background: url(images/navleft_shows.png); color: #959d9c; }#navShow a:hover { background: url(images/navleft_shows.png); background-position: 0 -16px; }#navCatalog a:link { background: url(images/navleft_catalog.png); color: #959d9c; }#navCatalog a:visited { background: url(images/navleft_catalog.png); color: #959d9c; }#navCatalog a:hover { background: url(images/navleft_catalog.png); background-position: 0 -16px; }#navContact a:link { background: url(images/navleft_contact.png); color: #959d9c; }#navContact a:visited { background: url(images/navleft_contact.png); color: #959d9c; }#navContact a:hover { background: url(images/navleft_contact.png); background-position: 0 -16px; }#navBlog a:link { background: url(images/navleft_blog.png); color: #959d9c; }#navBlog a:visited { background: url(images/navleft_blog.png); color: #959d9c; }#navBlog a:hover { background: url(images/navleft_blog.png); background-position: 0 -16px; }#navFlor a:link { background: url(images/navright_floral.png); color: #959d9c; }#navFlor a:visited { background: url(images/navright_floral.png); color: #959d9c; }#navFlor a:hover { background: url(images/navright_floral.png); background-position: 0 -16px; }#navArch a:link { background: url(images/navright_arch.png); color: #959d9c; }#navArch a:visited { background: url(images/navright_arch.png); color: #959d9c; }#navArch a:hover { background: url(images/navright_arch.png); background-position: 0 -16px; }#navAbst a:link { background: url(images/navright_abst.png); color: #959d9c; }#navAbst a:visited { background: url(images/navright_abst.png); color: #959d9c; }#navAbst a:hover { background: url(images/navright_abst.png); background-position: 0 -16px; }#navLand a:link { background: url(images/navright_land.png); color: #959d9c; }#navLand a:visited { background: url(images/navright_land.png); color: #959d9c; }#navLand a:hover { background: url(images/navright_land.png); background-position: 0 -16px; }#navStil a:link { background: url(images/navright_still.png); color: #959d9c; }#navStil a:visited { background: url(images/navright_still.png); color: #959d9c; }#navStil a:hover { background: url(images/navright_still.png); background-position: 0 -16px; }#navEsot a:link { background: url(images/navright_esoterica.png); color: #959d9c; }#navEsot a:visited { background: url(images/navright_esoterica.png); color: #959d9c; }#navEsot a:hover { background: url(images/navright_esoterica.png); background-position: 0 -16px; }#navNewim a:link { background: url(images/navright_newim.png); color: #959d9c; }#navNewim a:visited { background: url(images/navright_newim.png); color: #959d9c; }#navNewim a:hover { background: url(images/navright_newim.png); background-position: 0 -16px; }#idxFlor a:link { background: url(images/indx_imlabels_flor.png); color: #959d9c; }#idxFlor a:visited { background: url(images/indx_imlabels_flor.png); color: #959d9c; }#idxFlor a:hover { background: url(images/indx_imlabels_flor.png); background-position: 0 -16px; }#idxArch a:link { background: url(images/indx_imlabels_arch.png); color: #959d9c; }#idxArch a:visited { background: url(images/indx_imlabels_arch.png); color: #959d9c; }#idxArch a:hover { background: url(images/indx_imlabels_arch.png); background-position: 0 -16px; }#idxAbst a:link { background: url(images/indx_imlabels_abst.png); color: #959d9c; }#idxAbst a:visited { background: url(images/indx_imlabels_abst.png); color: #959d9c; }#idxAbst a:hover { background: url(images/indx_imlabels_abst.png); background-position: 0 -16px; }#idxLand a:link { background: url(images/indx_imlabels_land.png); color: #959d9c; }#idxLand a:visited { background: url(images/indx_imlabels_land.png); color: #959d9c; }#idxLand a:hover { background: url(images/indx_imlabels_land.png); background-position: 0 -16px; }#idxStil a:link { background: url(images/indx_imlabels_stil.png); color: #959d9c; }#idxStil a:visited { background: url(images/indx_imlabels_stil.png); color: #959d9c; }#idxStil a:hover { background: url(images/indx_imlabels_stil.png); background-position: 0 -16px; }#idxEsot a:link { background: url(images/indx_imlabels_esot.png); color: #959d9c; }#idxEsot a:visited { background: url(images/indx_imlabels_esot.png); color: #959d9c; }#idxEsot a:hover { background: url(images/indx_imlabels_esot.png); background-position: 0 -16px; }a:visited {	text-decoration: none;	color: #959d9c;	display: block;}a:hover {	text-decoration: none;	color: #959d9c;	display: block;}a:active {	text-decoration: none;	display: block;}#statFlor a:link { background: url(images/stat_navright_flor.png); color: #959d9c; }#statFlor a:visited { background: url(images/stat_navright_flor.png); color: #959d9c; }#statFlor a:hover { background: url(images/stat_navright_flor.png); background-position: 0 -16px; }#statArch a:link { background: url(images/stat_navright_arch.png); color: #959d9c; }#statArch a:visited { background: url(images/stat_navright_arch.png); color: #959d9c; }#statArch a:hover { background: url(images/stat_navright_arch.png); background-position: 0 -16px; }#statAbst a:link { background: url(images/stat_navright_abst.png); color: #959d9c; }#statAbst a:visited { background: url(images/stat_navright_abst.png); color: #959d9c; }#statAbst a:hover { background: url(images/stat_navright_abst.png); background-position: 0 -16px; }#statLand a:link { background: url(images/stat_navright_land.png); color: #959d9c; }#statLand a:visited { background: url(images/stat_navright_land.png); color: #959d9c; }#statLand a:hover { background: url(images/stat_navright_land.png); background-position: 0 -16px; }#statStil a:link { background: url(images/stat_navright_stil.png); color: #959d9c; }#statStil a:visited { background: url(images/stat_navright_stil.png); color: #959d9c; }#statStil a:hover { background: url(images/stat_navright_stil.png); background-position: 0 -16px; }#statEsot a:link { background: url(images/stat_navright_esot.png); color: #959d9c; }#statEsot a:visited { background: url(images/stat_navright_esot.png); color: #959d9c; }#statEsot a:hover { background: url(images/stat_navright_esot.png); background-position: 0 -16px; }#statArti a:link { background: url(images/stat_navleft_artist.png); color: #959d9c; }#statArti a:visited { background: url(images/stat_navleft_artist.png); color: #959d9c; }#statArti a:hover { background: url(images/stat_navleft_artist.png); background-position: 0 -16px; }#statShow a:link { background: url(images/stat_navleft_shows.png); color: #959d9c; }#statShow a:visited { background: url(images/stat_navleft_shows.png); color: #959d9c; }#statShow a:hover { background: url(images/stat_navleft_shows.png); background-position: 0 -16px; }#statCatalog a:link { background: url(images/stat_navleft_catalog.png); color: #959d9c; }#statCatalog a:visited { background: url(images/stat_navleft_catalog.png); color: #959d9c; }#statCatalog a:hover { background: url(images/stat_navleft_catalog.png); background-position: 0 -16px; }#statCont a:link { background: url(images/stat_navleft_contact.png); color: #959d9c; }#statCont a:visited { background: url(images/stat_navleft_contact.png); color: #959d9c; }#statCont a:hover { background: url(images/stat_navleft_contact.png); background-position: 0 -16px; }#statBlog a:link { background: url(images/stat_navleft_blog.png); color: #959d9c; }#statBlog a:visited { background: url(images/stat_navleft_blog.png); color: #959d9c; }#statBlog a:hover { background: url(images/stat_navleft_blog.png); background-position: 0 -16px; }#catFlor a:link { background: url(images/catmenu_floral.png); color: #959d9c; }#catFlor a:visited { background: url(images/catmenu_floral.png); color: #959d9c; }#catFlor a:hover { background: url(images/catmenu_floral.png); background-position: 0 -24px; }#catArch a:link { background: url(images/catmenu_arch.png); color: #959d9c; }#catArch a:visited { background: url(images/catmenu_arch.png); color: #959d9c; }#catArch a:hover { background: url(images/catmenu_arch.png); background-position: 0 -24px; }#catAbst a:link { background: url(images/catmenu_abstr.png); color: #959d9c; }#catAbst a:visited { background: url(images/catmenu_abstr.png); color: #959d9c; }#catAbst a:hover { background: url(images/catmenu_abstr.png); background-position: 0 -24px; }#catLand a:link { background: url(images/catmenu_land.png); color: #959d9c; }#catLand a:visited { background: url(images/catmenu_land.png); color: #959d9c; }#catLand a:hover { background: url(images/catmenu_land.png); background-position: 0 -24px; }#catStil a:link { background: url(images/catmenu_still.png); color: #959d9c; }#catStil a:visited { background: url(images/catmenu_still.png); color: #959d9c; }#catStil a:hover { background: url(images/catmenu_still.png); background-position: 0 -24px; }#catEsot a:link { background: url(images/catmenu_eso.png); color: #959d9c; }#catEsot a:visited { background: url(images/catmenu_eso.png); color: #959d9c; }#catEsot a:hover { background: url(images/catmenu_eso.png); background-position: 0 -24px; }#catNew a:link { background: url(images/catmenu_new.png); color: #959d9c; }#catNew a:visited { background: url(images/catmenu_new.png); color: #959d9c; }#catNew a:hover { background: url(images/catmenu_new.png); background-position: 0 -24px; }#statFlor a:link { background: url(images/catmenu_floral_stat.png); color: #959d9c; }#statFlor a:visited { background: url(images/catmenu_floral_stat.png); color: #959d9c; }#statFlor a:hover { background: url(images/catmenu_floral_stat.png); background-position: 0 -24px; }#statArch a:link { background: url(images/catmenu_arch_stat.png); color: #959d9c; }#statArch a:visited { background: url(images/catmenu_arch_stat.png); color: #959d9c; }#statArch a:hover { background: url(images/catmenu_arch_stat.png); background-position: 0 -24px; }#statAbst a:link { background: url(images/catmenu_abstr_stat.png); color: #959d9c; }#statAbst a:visited { background: url(images/catmenu_abstr_stat.png); color: #959d9c; }#statAbst a:hover { background: url(images/catmenu_abstr_stat.png); background-position: 0 -24px; }#statLand a:link { background: url(images/catmenu_land_stat.png); color: #959d9c; }#statLand a:visited { background: url(images/catmenu_land_stat.png); color: #959d9c; }#statLand a:hover { background: url(images/catmenu_land_stat.png); background-position: 0 -24px; }#statStil a:link { background: url(images/catmenu_still_stat.png); color: #959d9c; }#statStil a:visited { background: url(images/catmenu_still_stat.png); color: #959d9c; }#statStil a:hover { background: url(images/catmenu_still_stat.png); background-position: 0 -24px; }#statEsot a:link { background: url(images/catmenu_eso_stat.png); color: #959d9c; }#statEsot a:visited { background: url(images/catmenu_eso_stat.png); color: #959d9c; }#statEsot a:hover { background: url(images/catmenu_eso_stat.png); background-position: 0 -24px; }#statNew a:link { background: url(images/catmenu_new_stat.png); color: #959d9c; }#statNew a:visited { background: url(images/catmenu_new_stat.png); color: #959d9c; }#statNew a:hover { background: url(images/catmenu_new_stat.png); background-position: 0 -24px; }.thumbpageHead {	font: normal 13px Verdana, Arial, Helvetica, sans-serif;	color: #414142;	padding: 10px 0 10px 0;	text-align: left;}.bodyText {	font: normal 13px Verdana, Arial, Helvetica, sans-serif;	color: #313132;}.catalogCaptionText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	color: #313132;}.catalogHead {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #313132;}.catalogHeadFloral {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #006225;}.catalogHeadAbstract {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #650360;}.catalogHeadLandscape {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #006883;}.catalogHeadStilllife {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #820024;}.catalogHeadArchitecture {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #785200;}.catalogHeadEsoterica {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #013a81;}.catalogHeadNewimages {	font: bold 13px Verdana, Arial, Helvetica, sans-serif;	color: #ffcc66;}.catalogGalLink {	font: normal 11px Verdana, Arial, Helvetica, sans-serif;	color: #313132;}.catalogClick {	font: normal 10px Verdana, Arial, Helvetica, sans-serif;	color: #313132;}.copyrighttext {	font: normal 9px Verdana, Arial, Helvetica, sans-serif;	color: #414142;	padding: 0;	text-align: left;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}.clickText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	font-style: normal;	color: #CCCCCC;}