body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#eee; 
  font-family:arial, verdana, sans-serif; 
  font-size:100%;
  overflow: hidden; 
}

#header {
  position:absolute;
  z-index:10;
  top:0px; 
  left:0px;
  width:100%;
  height:142px;
  overflow:visable;
  background:#C7BB95;
}

#header1 {
  position:absolute;
  z-index:11;
  top:0px; 
  left:0px;
  width:333px;
  height:142px;
  overflow:visable;
  background:transparent;
}

#header2 {
  position:absolute;
  z-index:11;
  top:0px; 
  right:0px;
  width:434px;
  height:142px;
  overflow:visable;
  background:transparent;
}

#menubar {
  position:absolute;
  z-index:11;
  top:142px; 
  left:0px;
  width:100%;
  overflow:visable;
  background:black;
  font-family:poor richard, arial, verdana, sans-serif;
}

#gnut {
  position:absolute;
  z-index:12;
  top:0px; 
  left:0px;
  width:272px;
  height:334px;
  overflow:visable;
  background:transparent;
}

#nzlogo {
  position:absolute;
  z-index:12;
  top:0px; 
  right:0px;
  width:192px;
  height:140px;
  overflow:visable;
  background:transparent;
}


#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:62px; 
  overflow:hidden; 
  background:#C7BB95;
}

#footer1 {
  position:absolute;
  z-index:11;
  bottom:-2px; 
  left:0px;
  width:265px;
  height:63px;
  overflow:visable;
  background:transparent;
}

#footer2 {
  position:absolute;
  z-index:11;
  bottom:-2px; 
  right:0px;
  width:353px;
  height:63px;
  overflow:visable;
  text-align:right;
  background:transparent;
}

#contents {
  position:fixed;
  z-index:10;
  top:177px;
  left:0;
  bottom:62px; 
  right:0; 
  overflow:auto; 
  background:#fff;
}

/* for internet explorer */

* html body {
  padding:177px 0 63px 0; 
  }

* html #contents {
  height:100%; 
  width:100%; 
  }


a, a:visited {
  font-size:1.9em;
  text-decoration:none;
  color:#A7F15C;
  border:0;
  }

a:hover {
  color:#88AA60; 
  text-decoration:none;
  }


.columnone {
  width:27%;
  height:auto; 
  float:left; 
  text-align:center; 
  margin-left:0%;
  margin-top:10%;
  background:white;
  
}

.columntwo {
  width:66%;
  float:right; 
  text-align:left; 
  margin-right:2%;
  margin-top:2.1em;
  
}

.columnthree {
  width:25%;
  float:left; 
  margin-left:0%;
  margin-top:3%;
  margin-bottom:3%;
  
}

.columnfour {
  width:35%;
  text-align:left; 
  margin-top:3%;
  margin-bottom:3%;
  float:right;
  
}

#left {
  float:left; 
  background:white; 
  padding:1px; 
  border:1px solid white; 
  color:white; 
  width:auto;
  }

#right {
  float:right; 
  background:#ddd; 
  padding:1px; 
  border:1px solid #000; 
  color:#000; 
  }


.lft {float:left;}
.rgt{float:right;}


.style1 {
font-family:arial, verdana, sans-serif;
}

.style2 {
font-family:arial, verdana, sans-serif;
font-size: 2em;
color: #4C3A0A;
}

a img {border : none; margin-bottom : 38px; }




