Thanks for the reply.
There is a .css folder and one file in there is called site.css (here's a sample of what it shows)
Body { margin:0; font-family: Arial, Helvetica, sans-serif; overflow-x: hidden;
background: url('../images/bkg.gif') repeat-y fixed center #D48E14; }
div.container { overflow: hidden; }
a:link,
a:visited,
a:active { color: #CC0000; }
a:hover { color: #000000; }
p { clear: both; }
div#footer { clear:both; border-top: 1px solid #333; width: 920px; margin: 10px auto 0 auto; text-align: center; padding: 5px 0 0 0; }
div#map { margin-bottom: 20px; }
img.borderme { border: 2px solid #D48E14; }
div.container { background: url('../images/indexbkg2.jpg') no-repeat bottom left; }
body#index div.container,
body.hpbkg div.container { background: url('../images/indexbkg.jpg') no-repeat bottom left; }
body#index h2#subtitle { width: 500px; }
body#index p.content { width: 300px; margin: 10px auto 15px auto; }
So I guess I have downloaded everything?
I have to say, the file structure/content is so different to my 'old site' (html), I'm struggling to make head or tail of it!