Tris, I just figure out my question #1 re. accomodating a larger image (for those interested, see below), At your leisure, it would be interesting to know the answers to #2 and #3 -thanks! Alfa
Changing the size of the center, body div:
To increase the body width to accomodate large pictures so there is no overhang, I went to the CSS for the theme I used. Then, I naviagted to the appropriate DIV declaration and changed the width from the default 600 to 1000 pixels:
#main {
text-align: left;
margin: 20px auto;
width: 1000px;