You are missing this </style> from your head which is stopping the rest of the HTML from displaying correctly.
HTML Code:
<!-- **** colour scheme stylesheet **** -->
<link rel="stylesheet" type="text/css" href="style/colour.css" />
<style type="text/css">
<!--
a:link { color: #0024FF; text-decoration: none }
a:visited { color: #A90111; text-decoration: none }
a:active { color: #00FF2A; text-decoration: none }
a:hover { color: #F000FF; text-decoration: underline }
td {font: 10pt verdana}
-->
MISSING CODE FROM HERE
<link rel="stylesheet" href="thumbnailviewer...
Bookmarks