html,body
{
      margin:0px;
      padding:0px;
      height:100%;    /*stretches table to 100% height*/
      border:none;
      background-color: #9a9f77;
}

table
{ 
      margin-left: auto;    /*centers the table*/
      margin-right: auto;   /*centers the table*/
      width: 750px;
      border: 0px;
}

.spacingbg    /* light green bg on both sides of the main table */
{                
      background-image: url(../pigs/images/marmotdarkstrip.jpg);
      width: 2px;
}
	
.tablebg     /* darker green bg on the center table cell, the main table */
{
      background-image: url(../pigs/images/marmottile.jpg);
      width: 746px;
      color: #FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
}
	
.linkbar
{
      color:#FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
}

a:link 
{
      color: #e7e78c;
}

a:visited 
{
      color: #e7e78c;
}
		
a:hover 
{
      color: #FFFFFF;
	  text-decoration: none;
}
	
a:active 
{
      color: #e7e78c;
}

.heading    /* the larger white font that is a heading */
{
      color: #e7e78c;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
}

.subheading    /* the medium green font that is a subheading */
{
      color: #e7e78c;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
}


.infotable    /* table within section that contains info */
{
	width: 85%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: thin solid #4EEDB5;
}

.extratable    /* table within section that contains extra stuff */
{
	width: 65%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: thin solid #4EEDB5;
}

.tracklist    /* track listings selction box */
{
    background-color: #2A7F62;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4EEDB5;
}

.cdtable    /* table within extra section that contains cds */
{
	width: 0%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: thin solid #4EEDB5;
}

.reviewtable    /* table that holds our reviews */
{
	width: 96%;
}

.titletable    /* table that holds the titles to sections */
{
	width: auto;
}