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

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

.spacingbg{                /* gold bg on both sides of the main table */
      background-image: url(../tv_shows/images/deer_bg3.jpg);
      width: 2px;
}

.tablebg{                 /* darker purple bg on the center table cell, the main table */
      background-image: url(../tv_shows/images/deer_bg1.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: #FFCC99;
}

a:visited {
      color: #FFCC99;
}

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

a:active {
      color: #FFCC99;
}

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

.subheading2{              /* the larger font that is a subheading and in white */
      color: #FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
}

.disclaimer{              /* disclaimer at the bottom */
      color:#FFFFFF;
      font-family: "Times New Roman", Times, serif;
      font-size: 14px;
      font-style: italic;
}

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

.name{
      color:#FFFFFF;
      font-family: "Aristocrat", Times, serif;
      font-size: 24px;
}

.regtext    /* the regular font in orange */
{
    color: #FFCC99;
}

.heading    /* regular text that is larger */
{
    color: #FFCC99;
	font-size: 24px;
}

.heading2    /* regular text that is larger and in white */
{
    color: #FFFFFF;
	font-size: 24px;
}

.infotable    /* table within section that contains info */
{
	width: 85%;
	color: #FFFFFF;
	font-size: 15px;
	border: thin solid #FFCC99;
}

.infotablerow    /* the lighter shade of brown */
{
    background-color: #7B4B39;
}

.infotablerow2    /* the darker shade of brown */
{
    background-color: #704535;
}

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