@font-face {
    font-family: 'rieslingregular';
    src: url('riesling-webfont.eot');
    src: url('riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('riesling-webfont.woff') format('woff'),
         url('riesling-webfont.ttf') format('truetype'),
         url('riesling-webfont.svg#rieslingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_gothicregular';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1{
  font-family:'league_gothicregular', 'TitlingGothicFBMediumComp', Arial, Helvetica, sans-serif;
  font-size: 37px;
  width: 191px;
  text-align: right;
  color: #000;
}
h2{
  font-family:'league_gothicregular', 'TitlingGothicFBMediumComp', Arial, Helvetica, sans-serif;
  font-size: 37px;
  text-align: left;
  color: #000;
}
#left-facts li{
  width: 190px;
  text-decoration: none;
  margin-bottom: 2px;
  margin-top: 5px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  list-style-type: none;
  color: #000;
  cursor: pointer;
}
#right-facts li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 150px;
  text-decoration: none;
  margin-top: 5px;
  list-style-type: none;
  color: #000;
  cursor: pointer;
}
p.subtitle{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.snippet.section{
  height:1500px;
  width:960px;
  /* Take that CQ5 ! */
}
#clu-wrapper{
  position: relative;
  width: 960px;
}
#centered{
  float: left;
  margin-right: auto;
  margin-left: 2px;
}
#sea{
  float: left;
  position: relative;
  height: 800px;
  width: 960px;
  background-repeat: no-repeat;
}
#tank{
  float: left;
  position: absolute;
  /*margin-left: 2em;*/
  margin-top: 40em;
  margin-right: 0 auto;
  margin-left: 10px;
  height: 300px;
  width: 880px;
  overflow-x: scroll;
  overflow-y: scroll;
  /*overflow: auto;    */
  /*scrollbar-base-color:#fa0036*/
  -moz-box-shadow: inset 0 0 12px #B9B9B9; /* Firefox */  
  -webkit-box-shadow: inset 0 0 12px #B9B9B9; /* Safari, Chrome */  
  box-shadow: inset 0 0 12px #B9B9B9; /* CSS3 */ 
}
#closet-dresser{
  float: right;
  position: absolute;
  margin-left: 24em;
  margin-top: 2em;
}
#body{
  position: relative;
  float: left;
}

#left-facts{
  position: absolute;
  float: left;
  margin-top: 128px;
  /*margin-left: 56px;*/
}
#right-facts{
  position: absolute;
  float: right;
  margin-left: 740px;
  margin-top: 128px;
}
#bottom-credits{
  float: left;
  position: absolute;
}
#bottom-credits li{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  float: left;
  margin-left: 12px;
  margin-top: 620px; 
  display: inline;
  list-style-type: none;
  cursor: pointer;
  text-decoration: none;
  padding-right: 2.6em;
  color: #000;
  list-style-type: none;
}
#intro{
  position: absolute;
  font: bold 19px Arial, serif;
  margin-top: 86%;
  margin-left: 72%;
  text-align: center;
  display: inline;
  width: 200px;
}
.fish-item{
  display: inline;
  position: absolute;
}

.tank-item{
  top: auto !important;
  left: auto !important;
  position: relative;
  display: inline-block;  
}
.sea-item{ /*this adds to the id of the png whether in sea or tank*/
  position: absolute;
  top: 5em;
  left: 5em;
  display: :inline-block;
}
a:link {color:#000;
  list-style-type: none;
}
a:visited {color:#000;
  text-decoration: none;
  list-style-type: none;
  }  /* visited link */
a:hover {color:#000;
  text-decoration: none;
  list-style-type: none;
  }  /* mouse over link */
a:active {color:#000;
  text-decoration: none;
  list-style-type: none;
  }  /* selected link */

