/* Seventh Seal css */

body {
   font-family: arial, helvetica, sans-serif;
   font-size: 14px;
   color: #8C0000;
   background-color: #FEFAEF;
   background-image: url("../gif/sseal.png");
   background-repeat: no-repeat;
   background-position: top center;
}
a:link {
   color: #8c0000;
   text-decoration:none;
}
a:visited {
   color: #999999;
}
a:hover {
   color: #669966;
   }
   
.wendel {
   color: #8C6565;
   font-size: 14px;
       margin-left: auto;
    margin-right: auto;
    width: 90%;
    }
   
.header {   
   padding-top: 66px;
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   border-bottom-style: solid;
   border-color: #E4DFC0;
   padding-bottom: 0px;
   text-align: center;
   font-size: 60px;
   font-weight: bold;
   width: 100%;
   }
   
.header2 {   
   padding-top: 96px;
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   border-bottom-style: solid;
   border-color: #E4DFC0;
   padding-bottom: 0px;
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   width: 100%
   }

h2 {
      text-align: center;
   }
   
.tc {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
   }
   
.atoz {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
   }

.advert {
   text-align: center;
   }
   
.index {
   float:left;
   padding-top: 71px;
   }
   
.suggest {
   float:right;
   padding-top: 71px;
   }
   
.tit {
   text-align:center;
}
