I\'m looking for a quick start or template, or something, to get a web site\'s basic layout done quickly and looking fairly professional, and then let me do the coding. I d
you could use the BluePrint CSS framework or check out the CSS Templates
Depending on your IDE, Eric Meyer wrote a program called CSS Sculptor that you can use to quickly develop standards-based layouts. I've used it, and it's great.
You don't mention what language you're using, but if it's Java, Appfuse is a really great tool for creating an entire (skeleton) web application project from a configurable template. This skeleton includes an initial HTML/CSS/Javascript UI that includes common elements such as a login page, an "add user" page, etc.
Something like YUI Grids CSS?
http://developer.yahoo.com/yui/grids/
or Blueprint CSS?
http://www.blueprintcss.org/
Or CSS boilerplate?
http://code.google.com/p/css-boilerplate/