body {
  background: url(../images/base/leopardstrip.jpg) fixed;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #F4F0B1;

}


body, html {
  scrollbar-face-color: #a64d38;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #f7ebe8;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #a64d38;
  scrollbar-arrow-color: #f7ebe8;

}


#wrapper {
  width: 98%;
  margin: 0 auto;
  background: url(../images/base/background.jpg) fixed;

}
h4 {
  font-size: 12px;
  color: #F4F0B1;
  font-weight: normal;
}


#header {
  height: 246px;
  width: 820px;
  padding: 0px;
  margin: auto;
}

a:link {
  text-decoration: none;
  color: #F4F0B1;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #F4F0B1;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #F4F0B1;
}
a:active {
  text-decoration: none;
  color: #F4F0B1;
}
.fltrt {
    	float: right;
    	margin-left: 8px;
    }

#wrapper #table h1 {
  font-size: 12px;
}

 
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
