<div id="article-author">
<div id="author-image">
<?php if (function_exists('get_avatar')) { echo get_avatar( get_the_author_email(), '70' ); }?>
</div>
<div id="author-text">
<strong><?php the_author_link(); ?></strong>
<p><?php the_author_description();?></p>
</div></div>