Well Thanks a lot you guys .Till WP brings in the author template feature I am using this method to vary my author templates.
<?php if ( is_author(1) ) : ?>
<?php elseif ( is_author(2) ) : ?>
<?php elseif ( is_author(3) ) : ?>
<?php elseif ( is_author(4) ) : ?>
<?php else : ?>
<?php endif; ?>