Nice work, considering you just started. Here is my list of suggestions:
Ditch the XHTML doctype and go with HTML - for an explanation, read the sticky in the HTML/XHTML forum here.
'click here' is kind of so 90s --- most folks nowadays know what to do when they see an underline
<h>s are meant to be used in order of importance - so you make your most important title on your page <h1>, the second most important <h2> and so on - you jump from <h1> to <h4>
Don't use <br>s inside <p>s - <br> is only for a line break - enclose every paragraph in <p> tags, and use your CSS to add spaced between the paragraphs.
Don't do <h3><b> - make is <h3> and then style that in your CSS.
Avoid inline styling - unless it's really something that will only happen one time on your entire site.
Drop the hit counter, too - it's amateurish.
And whatever LSW said - btw, I'm not colorblind, but that red on black is kind of hard on my eyes, too.
You have a few empty divisions - what's the point of those?
But other than that, VERY nice work for a first.
Just because my computer is online does not mean that I am.
a&b WebDesign