Would you like go get started quickly with your site but don't know much about design?
Here is a tip for you. There is a site called that lets you download templates for free. Browse through all of their designs, choose one that you like and simply download it as a zipfile to your computer. Several files will follow; index.html, style.css and an images directory,
'index.html' has a predefined structure that uses the cascading stylesheet 'style.css' which in turn uses images. You can tweek the style sheet and/or index.html. If I was to use it here I would probably rename it to 'index.php' and get some dynamic content from a mySQL database into it as well.
Good for newbies to start with. Also useful to veterans that lack design skills (like myself

). It would also be a good choice for people that already knows this stuff but want a clean start with a well-defined html- and css file.