Ok, so I hate CSS/HTML graphic design... What do you guys recommend as a sample template or website that you think has great CSS and html layout? From my past experience it's best to get a page that has a white background and little dependency on graphics -- that's clean, and easy to modify ;-).
Use the Faux Columns trick and make a two or three column page layout, with some sort of top banner.
Look at SO and you can see a two column page (main column with small right column).
On Facebook you can see a three column page.
They are your most common and can be the most simple page layouts.
I'm with you on this. I like clean minimalist design. A few days ago I wanted to create a simple 'leave your comments here' page. So I embedded all css in the html page, and made it as simple as ever. I generally like Google's products for their rather minimalist design. Google Groups, for instance. Stack overflow, too, is rather nice, although I'd bet its CSS heavy
There are lots of open source web design sites. Just take a look around and find a template you like. Here are two I go to:
Ok, that's three actually.
If you just need a starting point that displays well in main browsers, than the #1 link from @BalusC answer is awesome.
If you need a little more help, maybe take a look to CSS frameworks like Blueprint or 960.gs. Though I don't use them (s.b here on SO linked to this great article: Why I don’t use CSS Frameworks and I agree for the most part), they're still valuable and can avoid a lot of headaches or design mistakes if handled correctly. Better use a framework than going the table or absolute positioning route, isn't it? :)
Formee seems great too, it addresses (only) the most difficult content elements to style, the forms one.