body { 
   background-color: transparent;
   background-image:
   url(gringobannerEnglish.JPG); 
   background-repeat: no-repeat; 
   background-position: top left; 
   margin-left: 60px; 
   margin-top: 150px; 
   margin-right: 200px
}

div.bio {

   font-family: helvetica;
   position:absolute;
   left:20em;
   width:350px;
   display:block;
   border-right:solid 1px silver;
   border-bottom:solid 2px silver;
   text-align:justify;
   padding-right:1em;
}

b.grey {

    color:#aaa;
    font-size:110%;
    text-shadow: 3px 3px black;
}


  .firstletter {
    display:block;
    float:left;
    margin: 0px 0px 0px 0px;
    height : 1.5em;
    color:#aaa;
  }
 
  .firstletter span {
    font-size:270%;
    line-height:1.0em;
  }
  .firstletter + span{
    margin-left  : -1em;
  }

img.bio {
  float: left;
  width: 190px;
  border-left: 2px solid green;
  border-bottom: 4px solid green;
  margin: 1em;
  padding: 0px;
}




#footer {

    font-family: tempus sans ITC;
    font-size: 1.2em;
    position:absolute;
    margin-left: -20px;
    top:500px;
        
}


#footerBottom {

    position:fixed;
    margin: 2em;
    font-family: tempus sans ITC;
    font-size: 0.7em;
    clear: both;
    left: 0px;
    bottom: 3px;
    
}



a:link,  a:visited
{
      color: blue;
      text-decoration: none;
}

a:hover
{
      color: green;
      text-decoration: bold;
}

