@import url("/nijibabulu.css");

@font-face {
  font-family: "Futura";
  src: url(/fonts/futura.ttf) format("truetype");
}

body {
  font: medium sans-serif Futura, Gill Sans;
  background: #6B8E23 url(headbg.jpg) 0 0 no-repeat;
  color: black;
}

/*
p {
  background: #DAA520;
}

li {
  background: #DAA520;
}
*/

h1 {
  font: x-large;
  color:#DAA520;
}

#contents {
margin: 10px auto;
padding: 0px 15px 10px 15px;
text-align: justify;
width: 70%;
background: #DAA520;
position:absolute;
top: 160px;
left: 150px;
}

#header {
margin: 10px auto;
text-align: left;
width: 600px;
position:absolute;
top:0px;
left:165px;
}

#leftbar {
margin: 10px auto;
text-align: right;
width: 100px;
position:absolute;
top:28px;
left:50px;
}

h5 {
  font-size-adjust:0;
  line-height:0;
}


/* 

  margin: 0;
  padding: 0;
*/
