

/*
 *  Biography Section
 */

#Bio {
 overflow: auto;
 position: relative;
 border: thick double #000000;
 padding: 20px;
 margin: 10px;
 pad-ding-bottom: 10px;
 text-align: justify;
 font-size: 1em;
 height: 540px;
 height: 660px;
}

#Bio img {
 border: thick double #000000;
 float: left;
 margin-bottom: 12px;
 margin-right: 20px
}

#Bio #signature img {
 border: none;
}
 
#Bio p:first-letter {
 font-size: 2.0em;
 font-weight: bold;
}

#Bio h1 {
 text-align: center;
}
