/* CSS Document */

#leftnav  
{ 
  float: left;
  width: 156px;
  /* fixes IE Double Margin Float bug */ 
  display: inline; 
  margin-top: 20px;
  margin-left: 20px;
}

#leftnav ul li
{
  list-style-type: none; 
  text-align: left;
  font-size: .85em; 
  padding-bottom: 4px;
}

#leftnav ul li.selected
{
  background: url(images/bullet.gif) top left no-repeat;
}

#leftnav ul li a
{
  color: #6f322b; /* maroon */
  text-decoration: none;
}

#leftnav ul li.selected a
{
  color: #c69507; /* dark gold */
}

#leftnav ul li a:hover
{
  color: #c69507; /* dark gold */
}

div#artists
{
  float: left;
  width: 750px;
  margin: 20px 0px;
  border-left: 1px solid #6f322b; /* maroon */
}

table#arttable
{
  float: left;
}

p#artistname
{
  text-align: left;
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: bold;
}


div.thumb 
{
  margin: 0px 10px;
  float: left;
  width: 160px;
  height: 200px;
}

div.thumb img, table tr td img 
{
  border: 1px solid #6f322b; /* maroon */
}

div.thumb p, table tr td p 
{
  padding-top: 5px;
  text-align: center;
}

div.thumb p a, table tr td p a
{
  color: #6f322b; /* maroon */
  text-decoration: none;
  font-size: .8em;
}

div.thumb p a:hover, table tr td p a:hover
{
  color: #c69507; /* dark gold */
}

img.bigimage
{
  border: 1px solid #6f322b; /* maroon */
}

img.bigimage
{
  text-align: center;
}

body#windowpopup
{
  background: #ffffff;
  color: #6f322b; /* maroon */
  font-family: georgia, serif;
  font-size: 100%;
}

body#windowpopup p.poptext
{
  font-size: .9em;
  margin: 10px;
}

body#windowpopup p.poptext a
{
  color: #6f322b; /* maroon */
  text-decoration: none;
}

body#windowpopup p.poptext a:hover
{
  color: #c69507; /* dark gold */
}

div#summary
{
  margin: 10px 30px 0px 20px;
}

div#summary p
{
  font-size: .85em;
  text-align: left;
  padding-bottom: 15px;
}

