body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: black;
	min-width: 600px;
}

img.MastheadImg {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#Container {
	margin: 0 auto;
	width: 600px;
}

img {
	border: 0;
}

#MastheadImg1 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg2 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead2.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg3 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead3.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg4 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead4.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg5 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead5.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg6 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead6.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg7 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead7.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg8 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead8.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg9 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead9.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

#MastheadImg10 {
	display: block;
	width: 600px;
	height: 150px;
	padding-bottom: 10px;
	background: url(masthead10.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

/* primary navigation menu */

#PrimaryNav {
	margin: 0 auto;
	width: 600px;
	height: 30px;
	list-style-type: none;
}

#PrimaryNav li {
	list-style-type: none;
}

#nav {
  width: 600px;
  height: 30px;
  list-style-type: none;
  position: relative;
  background: url(nav_chaparral.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#nav li {
  float: left;
}

#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 30px;
  list-style-type: none;
  background: url(nav_chaparral.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#nav_home a {
  left: 0;
  width: 120px;
  background-position: 0 0;
}

li#nav_artists a {
  left: 120px;
  width: 120px;
  background-position: -120px 0;
}

li#nav_history a {
  left: 240px;
  width: 120px;
  background-position: -240px 0;
}

li#nav_map a {
  left: 360px;
  width: 120px;
  background-position: -360px 0;
}

li#nav_contacts a {
  left: 480px;
  width: 120px;
  background-position: -480px 0;
}

li#nav_home a:hover {
  background-position: 0 -30px;
}

li#nav_artists a:hover {
  background-position: -120px -30px;
}

li#nav_history a:hover {
  background-position: -240px -30px;
}

li#nav_map a:hover {
  background-position: -360px -30px;
}

li#nav_contacts a:hover {
  background-position: -480px -30px;
}

body#home li#nav_home  a {
  background-position: 0 -60px;
}

body#artists li#nav_artists a {
  background-position: -120px -60px;
}

body#history li#nav_history a {
  background-position: -240px -60px;
}

body#map li#nav_map a {
  background-position: -360px -60px;
}

body#contacts li#nav_contacts a {
  background-position: -480px -60px;
}

/* secondary, footer navigation menu */

#SecondaryNav, #FooterNav {
	margin: 0 auto;
	width: 600px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#SecondaryNav li, #FooterNav li {
	list-style-type: none;
}

/* primary navigation menu */

#PrimaryNav {
	margin: 0 auto;
	width: 600px;
	height: 30px;
	list-style-type: none;
}

#PrimaryNav li {
	list-style-type: none;
}

/* content layout */

#Content {
	margin-top: 10px;
	margin-left: 0;
}

#Content ul {
	list-style-type: none;
}

#Main {
	width: 600px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	color: white;
}

#Main ul {
	text-decoration: none;
	font-size: medium;
	line-height: 1.5em;
}

#Main a {
	text-decoration: none;
}

#Main a:link {
	color: #aaa;
}

#Main a:visited {
	color: #aaa;
}

#Main a:hover {
	color: #fff;
}

/* features */

#Features {
	width: 600px;
	height: 180px;
	padding-top: 10px;
}

#Features li {
	float: left;
}

#feattourism a {
	display: block;
	width: 180px;
	height: 180px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(features.jpg);
}

#feattourism span {
	display: none;
}

#featmap a {
	display: block;
	width: 180px;
	height: 180px;
	margin-right: 10px;
	background: url(features.jpg);
}

#featmap span {
	display: none;
}

#featweather a {
	display: block;
	width: 180px;
	height: 180px;
	margin-right: 10px;
	background-image: url(features.jpg);
}

#featweather span {
	display: none;
}

/* footer */

#About {
	float: right;
	font-size: xx-small;
	text-align: right;
	margin-right: 10px;
}

/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://andersonbowen.com/woodcut/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://andersonbowen.com/woodcut/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #555; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-family: "Trebuchet MS", sans-serif; font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #592d0d; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#Gallery {
	margin-left: 0;
	text-decoration: none;
}

#Gallery li {
	display: block;
	float: left;
}

#Gallery a {
  display: block;
  margin: 5px 5px 5px 10px;
}

/* RANDOM */

#Cover {
	margin-left: 112px;
}
/*
#Artist li {
	display: block;
	list-style: none;
	text-decoration: none;
	font-size: medium;
	line-height: 1.5em;
	margin-right: 9px;
	margin-bottom: 18px;
}
*/
#Artist li a {
	text-decoration: none;
}

#Artist a:hover {
	color: #fff;
	}
	
#text {
	float: right;
}

/* CONTACTS */

#black {
	padding: 0px 10px 0px 10px;
}

#grey {
	padding: 10px 10px 10px 10px;
	background-color: #222;
}

#black a:hover, #grey a:hover {
	color: #fff;
}

/* ARTISTS */

ul.thumb a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 2px 4px 2px;
  border: none;
  background-color: #000;
  text-align: center;
  width: 141px;
  margin-right: 2px;
  margin-bottom: 18px;

}

ul.thumb a:hover {
  border: none;
  padding: 4px 2px 4px 2px;
  background-color: #ddd;
}

ul.thumb {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #000;
  line-height: 1em;
  list-style: none;
}

ul.thumb li {
  display: inline;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0;
}
