1. start again and dont use frames
2. look at template with following format:
Header
________
Body
_______
Footer
draw your design on paper and put 2 lines in
header line (just underneath menu)
footer line (Just above bottom copyright section)
Construct the site with DIV's, and wrap the div's in an extra "wrapper" div that centres everything)
keep your eye on the original diagram.. choose your gallery template to suit - so you can draw the same 3 lines
If you choose the right template, modifying it will be easy, as the structure will allready be the same, you will jeust need to carefully replace the template code with your template code, and adjust the CSS sheet
Same applies for wordpress or any other package
3. DO NOT USE FRAME SETS - they cause so many problems, with SEO and searches
<frameset rows="100%">
<frame title="http://www.section-1.co.uk/forbes/" src="http://www.section-1.co.uk/forbes/" name="mainframe" frameborder="0" noresize="noresize" scrolling="auto">
<noframes>Sorry, you don"t appear to have frame support.
Go here instead - <a href="http://www.section-1.co.uk/forbes/">Forbes Photography.org</a></noframes>
</frameset>
DONT DO IT