*     {
       margin: 0px 0px 0px 0px;
      }


body {
     background: white;
     margin: 0;
     padding: 0;
     height=100%;
     max-height=100%;
       }
#top {
       display: block;
        background: black;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 120px;
        overflow: hidden;
        }

* html  {
        height: auto;
        }


#research {
        text-align:justify;
        font-family: Times;
        font-size: 16px;
        background: white;
        overflow-y: visible ;
        margin: 120px 0px 50px 50px;
        width: 80%
       } 

#content {
        text-align:justify;
        font-family: Times;
        font-size: 16px;
        background: white;
        overflow-y: visible ;
        margin: 120px 0px 50px 50px;
        width: 80%
       } 

#teaching {
        text-align:justify;
        font-family: Times;
        font-size: 16px;
        background: white;
        overflow-y: visible ;
        margin: 120px 0px 200px 200px;
        width: 60%
       } 

#vita {
        overflow: auto;
        display: block;
        width: 100%;
        height: 100%;
        background: white;
        margin: 120px 0px 0px 0px;
       }

#contact {
        overflow: hidden;
        display: block;
        margin: 120px 0px 0px 0px;
        padding: 0px;
        width: 100%;
        text-align:justify;
        font-family: Futura, Helvetica, Arial, sans-serif;
        font-size: 16px;
        min-height=1000px;
        background: white;
       }

