#header {
  background: transparent url(/cmsimages/archives/exhibits/statefair/img/page-top-banner.gif) left top no-repeat;
  width: 756px;
  height: 72px;
  margin-top: 0;
}
#header h1 span, #header h1 { display: none; }

#content { 
  background: #fff url(/cmsimages/archives/exhibits/StateFair/img/lineback.gif) repeat-y;
  margin: 2em auto 1em auto;
}

#toc { 
  width: 235px;
  float: left;
}
#toc ul { margin-top: 0; }
#toc ul li { 
  list-style-image:url(/cmsimages/archives/exhibits/StateFair/img/obullet.gif); 
  padding-bottom: 7px; 
}
#toc li a { text-decoration: none; }
#toc li a:hover { font-weight: bold; }

#detail {
  width: 525px;
  margin-left: 255px;
}
* html #detail { width: 520px; }

.photo { font-size: .9em; text-align: center; }
.photo img { border: 1px solid #666; }

#nav { text-align: center; clear: both; padding-top: .5em; }
#nav img { vertical-align: middle; }

#footer { text-align: center; font-size: .9em; clear: both; } 
#footer p {
border-top: 1px solid #666;
border-bottom: 1px solid #666;
padding: 3px 0;
}

#nav a,#footer a { text-decoration: none; }

#nav a:hover,#footer a:hover,#footer a:focus { text-decoration: underline; }

#footer a:link,#footer a:visited { color: #B85C00; }
#footer a:hover { color: #CC0000; }
.visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}