@charset "UTF-8";
/* CSS Document */
#biography{
    height: auto !important;
	overflow:hidden;
    /*background-color:#0F0;*/
    margin-top: 280px;
}
.bioText{
    float:left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 200px;
    margin-bottom: 30px;
    min-width:300px;
    max-width: 600px;
}
.bioName{}
.bioBlock{
    margin-top: 25px;
}
.bioBlock pre{
    white-space: pre-wrap;
    text-align: justify;
}

#butterfly{
    margin-top:50px;
    margin-bottom:50px;
}