
#globalframe{
  width:auto;
  height:auto;
  top:0%;
  margin-top:-8px;
  z-index:10;
}

#vali{
  width:837px;
  height:21px;
  
  
}
#globalframediv{
  width:837px;
  min-height:800px;
  height: auto !important;
  height: 800px;
  position:relative;
  float:left;
  
  top:0%;
  margin-top:24px;
  z-index:10;
  background-image:url(../images/layout/paper.png);
  background-repeat:repeat-y;
}
#galleryframediv{
  width:837px;
  min-height:800px;
  height: auto !important;
  height: 800px;
  position:relative;

  top:0%;
  margin-top:24px;
  z-index:10;

  background-repeat:no-repeat;
  
}
#header{
  width:837px;
  height:236px;
  
}
#logo{
  width:837px;
  height:170px;
  background-image:url(../images/layout/logo.png);
  background-repeat:no-repeat;
  margin-bottom:-2px;
}
#navi{
  width:837px;
  height:38px;
  background-image:url(../images/layout/navigation.png);
  background-repeat:no-repeat;
  margin-top:0px;
}
#navigation {
   list-style: none;
   margin:0;
   padding: 0;
  margin-left:-4px;
   }
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   
   width: auto;
   text-align: center;
   color: #ffffff;
   font-family:verdana;
   font-size:13px;
   margin-left:6px;
   margin-top:6px;
   text-decoration:none;
}
#navigation li a:hover {
  color: #ffffff;
  text-decoration:underline;
}

#navi_lower{
  width:837px;
  height:27px;
  margin-top:-2px;
  background-image:url(../images/layout/navigation_lower.png);
  background-repeat:no-repeat;

}
#globalcontent{
  width:837px;
  height:auto;
  margin-left:0px;
  margin-right:0px;
  margin-top:40px;
  float:left;
  font-size:16px;
  font-family:verdana;
  color:#340000;
  
  
}
#gallerycontent{
  width:837px;
  height:564px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  float:left;
  font-size:16px;
  font-family:verdana;
  color:#340000;
  
}
h1{
  color:#721919;
  font-size:24px;
  font-family:verdana;
  margin-left:40px;
}

h2{
  color:#721919;
  font-size:18px;
  font-family:verdana;
  margin-left:60px;
}
p{
  color:#340000;
  font-size:16px;
  font-family:verdana;
  margin-left:65px;
  margin-right:65px;
}
