Textronics, I assume you are trying to create a skin for Plogger. This is pretty simple, just edit /plogger/index.php. You'll notice the basic structure, with calls to the_gallery() and the_gallery_head(). Just copy over HTML from your website template, and build it around the_gallery() function call. If you just want to add a header image, this would be as simple as placing an IMG tag directly above the_gallery(). Good luck.