Welll, I'm not gonna talk to much code this time, well not much anyway

I know it won't really help you and I do try to give constructive critisisms.
You are still using a lot of tables tony. Next time you nest some tables, think about if there might be a better way by knocking through cells. Check out this page:
http://hotwired.lycos.com/webmonkey/98/ ... =authoring
Which I have posted here before, sorry if it was to you. Although you don't hand code the <b>principles</b> are the same either way.
Thank you for taking the text out of those images on the front page, although I see that the footer and top links still have some

its a normal sans-serif font! Talking of the footer, I't looks to me as though it might look nice stretched full width? Same with the header. I'm not sure how it would look - it's just an idea.
Little bit of code:
<IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
<IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
<IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
<IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
- <IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
- <IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
- <IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
- <IMG ID="Picture45" HEIGHT=13 WIDTH=13 SRC="./bullet.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 ALT="">and some text here<br>
Is a really bad way to do bullet points
<ul class="fancy_bullet">
<li>and some text here</li>
<li>and some text here</li>
<li>and some text here</li>
</ul>
- <ul class="fancy_bullet">
- <li>and some text here</li>
- <li>and some text here</li>
- <li>and some text here</li>
- </ul>
See the difference? Then, in the CSS:
<style>
ul.fancy_bullet{list-style-image:url(./bullet.gif);}
</style>
- <style>
- ul.fancy_bullet{list-style-image:url(./bullet.gif);}
- </style>
You've got 24 bullets on that page, think of the reduction in code, and the neatness of code, oh the lovely code
Anyhoo.....
Well I wasn't sue about the pink when I first saw it I though you had made a big mistake swapping from that clean white, but over the last 10 minutes it has really grown on me. I'm quite liking the colors now. I like the gradations as well and your choice of photographs remains impecable (other than that scruffy bloke with the t-shirt in the templates - not very wedding-like to me

)
I don't know if you just haven't got round to filling in the content yet, but your links pages are all empty! I would remove the links to the categories until you have enough links to justify categories. I'd just make a single page with a few links on it for now.
Overall it's looking good, but I still think you could do with clicking on this button once in a while:
(assuming you use dw?)