@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0}

body {
  background: url('../images/wood_bg.jpg') top left;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #333;
  }

a:link, a:visited {
  color: #333;
  text-decoration: none;
  }

a:hover, a:active {
  text-decoration: underline;
  }

img {
  border: none;
  margin: 0px 0px 0px 0px;
  }

h1, h2, h3, h4 {
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
  }

h1 {
  height: 135px;
  }

h2 {
  font-size: 30px;
  }

h3 {
  height: 43px;
  margin: 15px;
  text-align: center;
  }

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
  display: block;
  height: 43px;
  width: 301px;
  background: url('../images/open_button_fade.jpg') top center no-repeat;
  margin: 0 auto;
  }

h3 a:hover img, h3 a:active img { visibility: hidden; }

h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #887a6f;
  }

h4 a:link, h4 a:visited {
  color: #ab9a86;
  text-decoration: none;
  }

h4 a:hover, h4 a:active {
  text-decoration: underline;
  }

p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  }

p.indent {margin-left: 30px;}

p span {
  text-transform: uppercase;
  }

p a:link, p a:visited, p a:hover, p a:active {text-decoration: underline;}

blockquote {margin-left: 50px;}

ul {margin-bottom: 15px;}

li {
  text-align: left;
  margin-left: 50px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  }

#top-container {
  height: 40px;
  background: #fff;
  border-bottom: #333 solid 1px;
  margin-bottom: 13px;
  }

#top {
  width: 792px;
  margin: 0 auto;
  }

#ut a {
  float: left;
  display: block;
  width: 391px;
  height: 40px;
  background: url('../images/ut_banner.jpg') no-repeat;
  }

#la a {
  float: right;
  display: block;
  width: 220px;
  height: 40px;
  background: url('../images/la_banner.jpg') no-repeat;
  }

#paper-top {
  width: 790px;
  height: 49px;
  margin: 0 auto;
  background: url('../images/paper_top.jpg') top no-repeat;
  border: solid #645142;
  border-width: 1px 1px 0 1px;
  }

#paper {
  width: 556px;
  margin: 0 auto;
  padding: 0 117px 15px 117px;
  border: solid #645142;
  border-width: 0 1px 0 1px;
  background: url('../images/paper_bg.jpg') top repeat-y;
  text-align: center;
  }

#content {
  width: 556px;
  }

#credits #content, #guide #content  {
  background: url('../images/man_fade.jpg') center top no-repeat;
  }

#paper-bottom {
  width: 790px;
  height: 47px;
  margin: 0 auto;
  background: url('../images/paper_bottom.jpg') top no-repeat;
  border: solid #645142;
  border-width: 0 1px 1px 1px;
  }

#footer {
  width: 790px;
  text-align: right;
  margin: 5px auto;
  }

#footer a {
  color: #fdeed4;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  }

.introtext{
  color: #ab9a86;
  cursor: pointer;
  display: inline-block;
}
.introtext:hover{
  text-decoration: underline;
}
