@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;
}

#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 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. */
} 

#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: 74px 0px 0px 38px;
}

#mainContent { 
	height: 450px;
	margin: 0 0 0 238px; /* 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; }


.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;
}


.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;
}