.centerBio {
    display:    table;
    margin:     0 auto;
    width:      900px;
}
ul.gallery {
    display:    inline;
}
ul.gallery li {
    float:      left;
    list-style: none;
    display:    inline;
    padding:    10px;
    text-align: left;
    word-wrap:  break-word;
}
ul.gallery li.textContent {
	color: #808080;
	font-family: Helvetica, sans serif;
    margin-top: -23px;
    width: 600px;
}
ul.gallery li.textContent span {
    font-weight:    bold;
}
