can you paste exactly what your table tag looks like? (or your css)
your website isn't a fluid design!! its static at 1024 screen resolution... anyways i think i missed out something.
WHile tables do work with liquid designs I would try designing the layout without tables and use <div>'s instead. The design works until you start to get below a width of 600px then it starts causing elements to overlap each other. This could be the situation with <div>'s as well but they will often realign themselves and move the better accomidate the width of the browser.
Other than that the layout looks very clean.
wow alalex, your coding is structured, like what program did you use to code the HTML of the website?
what a clean looking design. the code is nice as well.. I am just learning tables at school. Hopefully I would be designing my own templates by the end of this year or so .