Ok, I have changed line 27 to look like this:
<?php $recentposts = new WP_Query('cat=11,&showposts=3&offset=1');
by adding cat=11 I have got the page displaying certain posts but how do I go about setting it so when they click on the link in the sidebar it uses the proper cat=# ?
Kind Regards,
Devin