Sorry about the traffic info. The site gets typically 8000 pageviews per day with 95000 hits per day.
The code is mostly simple requests, except for the navigation bar, which is created from a series of requests, because of the way it unfolds. I store Section ids (sid) and Parent Secion ids (psid), and create the section dynamically, thru a recursive loop. Needless to say, this is very costly.
The database itself is small right now, but it only contains articles (about 40), but the articles can easily expand up to 200 or more. Eventually I will be adding comments to articles, polls, and forums to the package.
And lastly, bandwidth won't be an issue, as we are hosted by somebody with 3 T1's.
Let me know if there is anything else you need to know to make a good assesement.