/* CSS Document */

body, html {
  padding: 0px ;
  margin: 0px; 
}

body {
  background: url(../_img/bg.png) repeat-x top;
  text-align: center;
  font-family: arial, sans-serif;
  font-size:0.9em;
}



#maintext {

  margin: auto ;
  text-align: justify;
  
  width: 768px;
  margin-top:0px;
  margin-bottom:20px;
  border: black solid 1px;
  border-top:none;
  background: url(../_img/mainbg.png) white repeat-x ;
}
#bord {
  margin:1px;
  border: solid 3px #673401;
  border-top:none;
  margin-top:none;
} 

#text {
  margin: 40px ;
  margin-top:0px;
}

#ga {
  margin-left:-20px;
}

h1 {
  color:#673401;
  padding-bottom:3px;
  bordeR-bottom:1px solid rgb(115,115,115);
  font-family: arial, sans-serif;
  text-align: left;
  font-size:1.5em;
  margin-top: 0px;
  padding-top: 20px;
}

a {
  color: #996633;
  margin:auto;
  padding:5px;
  border: solid 1px black ;
  background: white;
  line-height: 25px;
  text-align: center;
  display: block;
  font-family: arial, sans-serif;
  font-size: 0.8em;;
  font-weight: bold;
  width: 760px;
  _width:780px;
  margin-bottom:10px;
}


