After hours of searching for help and fiddling around with code I managed to get my author profile pages looking nice.
eg. http://perpetualprose.com/writers/perpetualprose
However, WP strips the Descriptions of line breaks. Also, user website urls are not hyperlinked.
This is part of the code I'm using:
<h5>Writer Bio: <?php echo $curauth->description; ?></h5>
<h5>Website: <?php echo $curauth->user_url; ?></h5>