A way to check out the CSS easily is to do the following:
1. Download the file completely through the firefox browser.
2. Download any extraneous css or image files — sometimes the images files are not downloaded automatically because they are called through the css file.
** use “Flash Got” to manually download all of those files at once if possible.
3. Use dreamweaver open the “index” file
4. Dreamweaver will be able to examine the different containers, divs etc easily.
5. By cross-examining against the CSS file itself you will be able to tell which containers have which graphics — and therefore how to get the “look” that is needed … often achieved through “background” files.
6. Firefox on the laptop has the “Developer” tool through “Tools –> Developer” … can use it to examine CSS. But ALSO to actually change CSS on the fly.
7. However, this is only worth knowing and doing after you’ve examined the above in dreamweaver.
8. By “Changing CSS on the fly” you will be able to see exactly what stuff does what — and what positions do what.

