
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
  position: relative;
  font-size: 14px;
}
#wrapper {
	width: 900px;
  margin: 20px auto;
  text-align: center;
}
#hnavbar, #header, #footer {
	font-size: 1.1em;
  color: #bbb;
}
#header {
	height: 100px;
  width: 900px;
  margin: 20px auto;
  position: relative;
  left: 100px;
  background: #fff;
}
#header img {
	height: 65px;
	position: absolute;
	left: -3px;
  top: 2px;
  border: none;
}
#header p {
	font-size: 12px;
  position: absolute;
  top: 60px;
  left: 0;
}
#hnavbar {
	border-left:  1px #eee solid;
  position: absolute;
  left: 400px;
  top: 35px;
  margin: 0;
  padding: 0;
}
#hnavbar ul {
	list-style-type: none;
  padding: 0;
  margin: 0;
}
#hnavbar li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 1px #eee solid;
  border-left: none;
}
#hnavbar a {
	font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 7px 14px;
	color: #aaa;
}
#hnavbar a:hover {
	background: rgb(252, 252, 252);
  color: #000;
}
#content {
	position: relative;
  min-height: 500px;
  width: 950px;
}
#content h1, #content h2 {
  text-align: center;
  font-size: 22px;
  color: rgb(52,65,107);
  margin: 20px auto 10px;
  font-weight: normal;
}
#content div.twoCol {
  position: relative;
  width: 420px;
  float: left;
  min-height: 200px;
}
#content div.vGutter {
	float: left;
  width: 75px;
  min-height: 200px;
}

/* index page */
#indexPage #content {
  top: 5px;
}
#indexPage h2 {
	text-align: center;
}
#indexPage h3 {
   margin: 0 auto -10px;
	 color: #ccc;
   font-size: 14px;
   font-weight: normal;
   letter-spacing: 2px;
   font-variant:small-caps;
}

/* end index page */

/* Artists' Index Page */

#artistsPage h2, #artistPage h2 {
	text-align: center;
  margin: 20px 0 10px;
}
#artistsPage #index {
	width; 825px;
  text-align: center;
  margin: 80px auto -60px;
}
#artistsPage #index #row1 { 
  width: 820px;  /* each artist section is 164 px wide */
  							 /* this scheme is to allow centered rows */
  margin: 0 auto;
}
#artistsPage #row2 {
  width: 820px;  /* each artist section is 164 px wide; was 656 for 4 artists */
  margin: 0 auto;
} 
#artistsPage div.artist {
	width: 150px;
	height: 156px;
  padding: 7px;
  text-align: center;
  float: left;
}
#artistsPage div.artist img {
	height: 100px;
}
#artistsPage div.artist p {
	font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
}
/* end Artists Index Page*/

/* Artist Index Page (all artist pages) */

#artistPage #content {
	position: relative;
  width: 900px;
}
#artistPage #thumbGrid {
	position: absolute;
  left: 400px;
  top: 445px;
	width: 570px;
	padding: 0;
  margin: 0;
}
/*
#artistPage.greig #thumbGrid.greig {
	position: absolute;
  left: 400px;
  top: 475px;
}*/
#artistPage.wrona_gall #thumbGrid.wrona_gall {
	position: absolute;
  left: 470px;
  top: 475px;
/*  background: #ffffcc; */
}
#thumbGrid > div {
  height: 74px;
  padding: 0 6px;
  border: 0px solid #aaa;
  margin: 0 auto;
}
#thumbGrid > div > div {
	float: left;
  height: 50px;
	padding: 0;
  margin: 0;
  border: 0px solid green;
}
#thumbGrid img {
	height: 50px;
  margin: 12px;
} 
#artistPage #bio {
  position: absolute;
	left: 1px;
  top: 80px;  
  width: 370px;
  height: 580px;
  overflow: auto;
  border: 1px #eee solid;
  color: #777;
	font-family: arial, helvetica, sans-serif;
  font-size: .8em;
  text-align: left;
}
#artistPage #bio.greig {
  position: absolute;
	left: 1px;
  top: 90px;  
}
#artistPage #bio img {
	width: 330px;
  margin: 10px 5px 20px 10px;
}
#artistPage #bio h3 {
	text-align: center;
}
#artistPage #bio h4 {
	text-align: left;
  margin: 13px 0 -6px 6px;
}
#artistPage #bio p {
	margin: .5em;
}
#artistPage #bio a {
	text-decoration: none;
  margin-left: 20px;
  color: #999;
}
#artistPage #bio a:hover {
	color: #000;
  background: #eee;
}
#artistPage #bio table {
	margin: 1em 1.5em 0;
  font-size: .9em;
}
#artistPage #bio table caption {
	text-align: left;
  font-weight: bold;
  margin: .1em .1em .7em -1em;
}
#artistPage #bio td {
	padding: .25em .2em;
  vertical-align: baseline;
}
#artistPage #bio col.dates {
	width: 4em;
}
#artistPage #footer {
	position: relative;
  top: 150px;
  margin-bottom: 20px;
}
/* end Artist's Art Index Page (Artist's individual index) */

/* #art is section in #artistPage with individual art images */
#art {                      
	clear: both;
  position: relative;
  left: 375px;
  top: 40px;
  width: 600px;
}
.wrona_gall #art.wrona_gall {
/*	background: #ccffff; */
  left: 400px;
  width: 700px;
}
#art img {
	height: 300px;
  margin: 10px auto 5px;
}
#art p {
	width: 600px;
  margin: 10px auto 5px;
}
#art p em {
	font-size: .9em;
  color: #888;
}
a:hover img {
	opacity: .5;
  filter:alpha(opacity=50);
}
a:active img {
	opacity: 1;
  filter:alpha(opacity=100);
}

/* information page */
#informationPage {
	font-size: .85em;
}
#informationPage #content img {
	margin-top: 20px;
  border: none;
}
#informationPage #content p.caption {
	text-align: center;
  margin-top: -4px;
  font-size: 10px;
}
#informationPage ul {
	text-align: left;
}
#informationPage p {
	text-align: left;
}
#informationPage a {
  font-weight: normal;
  text-decoration: none;
	color: #aaa;
}
#informationPage a:hover {
	background: rgb(252, 252, 252);
  color: #000;
}
#map {
	width: 400px;
  height: 300px;
  margin: -10px 0 10px 0;
  border: 1px #aaa solid;
}
form#getDirections p {
	margin: 0;
  padding: 0;
}
form#getDirections input[name=from] {
	width: 260px;
}
form#infoSubmit {
	text-align: left;
  margin: 20px 0;
}
form#infoSubmit p.legend {
	padding: .5em;
  border: 1px solid #ddd;
  margin: 0 0 10px -5px;
  width: 340px;
}
.contact {
	padding: 15px;
  border: 1px solid #ddd;
  margin: 30px 0 0;
  width: 350px;
}
#recommended {
	clear: both;
	position: relative;
  top: 25px;
  margin-bottom: 20px;
  width: 900px;
  height: 130px;
  border: 1px solid #999;
  padding: 10px;
}
#recommended > div {
	float: left;
	margin: -16px 0 0 0;
  padding: 0;
  width: 299px;
}
#recommended > div > p {
	clear: both;
	text-align: center;
  margin: 5px 0 0;
  font-size: 12px;
}
#recommended > h3 {
	position: relative;
  top: -24px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: -10px auto 0;
}

/* footer */
#footer {
  margin: 50px 0;
  padding: 0 0 30px 0;
  text-align: center;
  clear: both;
}
#footer p {
	color: #999;
  font-size: 12px;
  margin: 0 0 1px;
  text-align: center;
}
#footer img {
	margin: 1px 0 30px;
  padding: 1px;
  width: 160px;
}
#footer a {
  text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #000;
}

