
/* widths & heights. based on a grid of 228*92px units, 14px gaps */

.headlogo, .pagehead, .pageinfo, .pagepicture, .pagetag,
.pagecolumn, .page23column, page14column {
  width: 228px; }
.headnav {
  width: 470px; }
.headlogo, .headnav {
  height: 88px; }
.pagehead, .pageinfo, .pagetag, .page14column {
  height: 92px; }
.pagepicture {
  height: 198px; } /* rowspan="2" */
.page23column {
  height: 304px; } /* rowspan="3" */
.pagecolumn {
  height: 410px; } /* rowspan="4" */
.pageframe {
  width: 712px; height: 410px; }
  
/* base styles */

BODY, HTML {
  color: white;
  background-color: #ccc3bc;
  margin: 0px;
  background-image: url(images/bg.gif); }
  
TD {
  overflow: clip;
  font: 8pt georgia,times,times new roman; 
  vertical-align: top; }
  
TD P {
  margin: 0pc 0pc 0.5pc 0pc; }
  
A {
  color: gold; }  
A:hover {
  color: palegoldenrod; }
A.current {
  color: white; }

IFRAME {
  background-color: #ccc3bc; }
  
/* class styles */

TD.holder {
  width: 100%; height: 100%;
  text-align: center;
  vertical-align: middle; }

DIV.holder {
  background-color: #5b4b3b;
  padding: 17px; width: 726px;
  height: 516px;
  border: 2px solid white; }
  
.headlogo {
  color: #ccc3bc;
  font-size: 21pt;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 18pt; }
  
.headnav {
  padding-top: 12px;
  font-size: 12pt; font-weight: bold;
  letter-spacing: -1px;
  }
  
.subnav {
  padding-top: 5px; 
  letter-spacing: 0px; }
  
.pagehead {
  color: #ccc3bc;
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: -1px; }
  
.pagepicture {
  vertical-align: top; }
  
.pagepicture IMG, IMG.picture {
  border: 3px solid white; }

.pagepicsmall IMG, IMG.picture {
  border: 3px solid white; }
  
UL.artists {
  margin: 0.5pc 0pc 0.5pc 1pc;
  padding: 0pc;
  text-indent: 0pc; }
UL.artists LI {
  margin: 0pc;
  font-weight: bold; }
  
/* scrolling frame styles */

.firstcol {
  margin-left: 0px; }
  
/* search bot styles */
A.bot {
  display: none; }