/* Colours */

body { background-color:#ffffff; } 
a { color: #222; }
a { border-bottom: 0px solid #ccc; }


/* Typography */

body { font-family: helvetica, sans-serif; line-height: 1.3; letter-spacing:1px }
a { text-decoration: none; }

A:link    { color: #333 }    /* unvisited links */
A:visited { color: #333 }   /* visited links   */
A:hover   { color: white; background-color: #999; } /* user hovers over link*/
A:active  { color: white; background-color: #999 }   /* active links    */



/* Layout */

body { padding: 10px 0px 40px; text-align: center; }
div#container { margin: 0px auto; width: 1100px; padding: 5px 20px; text-align: left; /*background: url('/images/grid-bg.gif') 20px 0px;*/ }

.col { float: left; margin: 0px 0px 0px 20px; padding: 0px; }
.col .col { margin: 0px; }

.one { width: 26px; } 60
.two { width: 140px; }
.three { width: 220px; } <-220
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }
.ten { width: 780px; }
.eleven { width: 860px; }
.twelve { width: 940px; }
.thirteen { width: 265px; float: right; }

p, h2 { margin: 0px 0px 5px; }

hr { display: block; clear: both; margin: 0px 0px 45px; padding: 0px; height: 1px; border: 0; width: 95%; color: #ffffff; background-color: #ffffff; }
.col hr { margin: 0px 0px 15px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 8px; }
div#navigation ul li.selected { color: white; text-indent: -.5em; font-size: 9px; font-weight: bold; background-color: #ccc; }
div#navigation ul li.selected a { border: 0px; color: white; font-size: 9px; font-weight: bold; border-bottom: 0px solid #ccc; cursor: default; }
div#navigation ul#pages { margin: 10px 0px 0px; }

div#content { margin: 0px 0px 0px 2px; } 20 20

div#images { clear: both; padding: 30px 0px 0px 60px; }
div.home div#images { padding: 0px 0px 0px 60px; }
div.description div#images { padding: 0px 0px 0px 0px; }

div#image-wrapper { overflow: hidden; width: 850px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 850px; }

p#footer { margin: 0px 0px 0px 320px; display: inline; }
p#footer em { display: block; }