body{
  padding : 0;
  margin : 0;
  text-align: center;
  background-color : #ffffff;
  /* background-image: url(../images/verticalGreen2.jpg); 126788 */
  font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
}

/* This is the inner wrapper which contains the entire site */
#page-container{
  width : 925px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  /*
  border : 1px solid #ffffff;
  background : #fff url(../images/bghoriz01.jpg) repeat-y; 
  margin : 10px auto;
  */

}

/* Layout the content area */
#content{
  float : left;
  /* display : inline; */
  width : 925px;
  height: 625px;  
}


