Hey man, thanks VERY much for the reply.
I have added the following to my sidebar.php file, but nothing shows up in the stats div (please see the code below). I apologise if I have done something horrifically stupid as my php knowledge is about on par with that of a tomato
<div class="stats">
<span><?php $number_of_tags = count(get_terms('post_tags')); ?></span>
<em>Genres and counting...</em>
</div>
The <span> tags are there so I can target the tag count to change colour and font size.
Thanks