#page-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;

  }

#header-grn, #header-blu, #header-gry {
  position: relative;
  margin: auto;
  height: 25px;
  width: 750px; 
  text-align: right;
  display: block;
  background-position: left-top; 
  background-repeat: repeat-x;
  }

#header-grn span, #header-blu span, #header-gry span {
  padding-right: 12px;
  line-height: 25px;
  }

#header-grn {background-image: url('../images/top_green.gif');}
#header-blu {background-image: url('../images/top_blue.gif');}
#header-gry {background-image: url('../images/top_gray.gif');}

#main {
  position: relative;
  margin: auto;
  width: 750px; 
  background-color: #999;
  padding: 0px;
  }

#nav {
  position: absolute;
/*  top: -5px; */
  left: 0px;
  margin: auto;
  padding: 0px;
  padding-top: 22px;
  width: 200px; 
  text-align: right;
  line-height: 17px;
  }

#content {
  position: relative;
  top: 0px;
  left: 100px;
  margin: auto;
  width: 550px; 
  background-color: #fff;
  text-align: left;
  padding: 0px;
  }

#content-pad {
  padding: 5px;  
  }

.special {
  background-image: url('../images/justice.jpg');
  background-position: right top; 
  background-repeat: no-repeat;
  }

.seal {
  background-image: url('../images/seal.jpg');
  background-position: center center; 
  background-repeat: no-repeat;
  }


#footer {
  position: relative;
  margin: auto;
  width: 750px;
  height: 25px;
  text-align: right;
  background-image: url('../images/footer2.gif');
  }

#footer span {
  padding-right: 12px;
  line-height: 23px;
  }