#main {
  position : static;
  height: 587px;
  width: 787px;
  left : 110px;
  top : 10px;
  padding-left : 10px;
  z-index : 1;
  color : #000000;
  padding : 3px;
  border:thin solid #006699;
  
}

#content {
  position : absolute;
  left : 160px;
  top : 100px;
  padding-left : 10px;
  z-index : 2;
  color : #19417C;
  padding : 3px;
  font-family : arial,geneva,helvetica ;
  font-size: 14px;
  
      overflow: auto;
      height: 467px;
	  width: 627px
  }
  
#footer {
      position:absolute;
	  left:10px;
      height:12px;
      background-color: #819CD3;
      width:787px;
      
      top:585px;
      margin-left:0;
      margin-right:0;
      border:0 #006699;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      color: #FFFFFF;
      text-align: center;
	  z-index : 3;
	  padding-left : 10px;
	  padding : 3px;
}


