Sim...
//Como esta
.main-bio{
float: left;
width: 85%;
}
.navegacao-site, img{
float: right;
width: 15%;
}
//Alterando sem mexer no html
.main-bio{
float: right;
width: 85%;
}
.navegacao-site, img{
float: left;
width: 15%;
}