/* CSS Document */

body, html {
  padding: 0px ;
  margin: 0px; 
}

body {
  background: #F8E9D2;
  text-align: center;
  font-family: times new roman;
  font-size:1em;
}

#top {
  background: white url(../_img/hbg.png) repeat-y ;
  width: 760px;
  _width:100%;
  height:  100px;;
}

#maintext {

  margin: auto ;
  text-align: justify;
  
  width: 768px;
  margin-top:0px;
  margin-bottom:0px;
  border: solid 2px #F2D6AD;
  border-top:none;
  border-bottom:none;
  background: white ;
}
#bord {

  border: solid 1px #666;
  border-top:none;
  margin-top:none;
  border-bottom:none;
  margin-bottom:none;
} 

#text {
  margin: 40px ;
  margin-top:0px;
}

#ga {
  margin-left:-20px;
}

h1 {
  color:black;
  text-align: left;
  font-size:1.7em;
  margin-top: 0px;
  padding-top: 20px;
  font-style: italic;
  font-weight: normal;
  margin-left:40px;
}

a {
  color: black;
  margin:auto;
  padding:10px;
  line-height: 25px;
  text-align: center;
  display: block;
  font-family: arial, sans-serif;
  font-size: 0.8em;;
  font-weight: bold;
  width: 760px;
  _width:780px;
}



