Simply put: yes it is.Set the pale yellow as the background image of the body (create a 1px- high sliver of yellow and position it with background: #fff url(../ images/myyellowsliver.gif) 140px 0 repeat-y; assuming you want 140px of white sidebar to the left (it's a guess))
Make a DIV for the primary nav (with an unordered list for the nav itself), a div for the testimonial customer names, and a DIV for the content (give that last one a unique ID). Float all three DIVs left and give them the appropriate width.
How you want to implement the logo is up to you (I'd be inclined to use a positioned h1 tag with an image tag for the text inside it so I could put it first in the source order), but for pragmatism's sake, you could put it into the third DIV, right above an image tag (for the photo), and two more floated DIVs (to form the columns of content).
You could change the text in the third DIV using Javascript quite easily (but remember to provide fall-back links for non JS users).
Hope that helps, Kit
______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/