@charset "utf-8";
body,td,th {
  color: #000;
  background-color:#191816;
  margin:0px;
  padding: 0px;
  font-family: Georgia;
  background:url("../images/Interface/background.jpg");
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
#start{
  background:url("../images/Interface/BG_top.jpg");
  background-position: center;
  width: 100%;
  height: 600px;
  z-index: 0;
  position: static;
  float: left;
}
.wrap{
  text-align: center;
}
#intro{
  width: 100%;
  max-width:1024px;
  padding-top: 65px;
  display: inline-block;
}
#topblock{
  width: 100%;
  height: 52px;
  text-align: center;
  position: fixed;
  background:url("../images/Interface/Header_mid.gif");
  background-repeat: repeat-x;
  padding-top: 5px;
}
#navicontainer{
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.naviblock{
  width: 12%;
  display: inline-block;
}
.naviblock img{
  width: 75%;
  max-height: 50px;
  max-width: 50px;
}
#bottom{
  width: 100%;
  height: 41px;
  bottom: 0px;
  text-align: center;
  position: fixed;
  background:url("../images/Interface/Bar_dots.gif");
  background-repeat: repeat-x;
}
#masthead{
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#masthead img{
  width: 100%;
}
#container{
  width: 100%;
  max-width:1024px;
  display: inline-block;
}
.number{
  padding-bottom: 5px;
  padding-top: 10px;
  display: inline-block;
}
.number img{
  width: 100%;
}
.text{
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  border-image: url(../images/Interface/parchborder.png);
  border-image-width: 12px;
  border-image-slice: 12 fill;
  border-image-repeat: repeat;
  margin: 30px;
  padding: 30px;
}
.header{
  font-family: jaf-herb-condensed, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 26px;
  line-height: 30px;
  -webkit-font-feature-settings:"liga" 0; 
  font-feature-settings:"liga" 0; 
  color: #775a00;
}
.dropcap{
  font-family: jaf-herb-condensed, serif;
  color: #775a00;
  float: left;
  font-size: 55px;
  line-height: 52px;
  padding-right: 8px;
}
.text{
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  border-image: url(../images/Interface/parchborder.png);
  border-image-width: 12px;
  border-image-slice: 12 fill;
  border-image-repeat: repeat;
  margin: 30px;
  padding: 30px;
}
.frame{
  border-image: url(../images/Interface/imageframe.png);
  border-image-width: 4px;
  border-image-slice: 4 fill;
  border-image-repeat: repeat;
  margin: 10px;
  padding: 2px;
}
.frame img {
    width: 100%;
 }
.story{
  margin-bottom: 20px;
}
.storytext{
  font-family: jaf-herb-condensed, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 32px;
  -webkit-font-feature-settings:"liga" 0; 
  font-feature-settings:"liga" 0; 
  color: #000;
  text-align: center;
  border-image: url(../images/Interface/parchborder.png);
  border-image-width: 12px;
  border-image-slice: 12 fill;
  border-image-repeat: repeat;
  margin: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
}
.storytext img {
    width: 100%;
 }
.bar{
  width: 100%;
  background:url("../images/Interface/Bar.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.portrait{
  width: 25%;
  float: left;
}
.portrait img {
  width: 100%;
 }