a {color:#000000; text-decoration:none;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:75%;
	background-color:#fff;
	color:#000;
	text-align:center;
	}
p {
	font-size:1em;
	line-height:1.5em;
	padding:3px 0 2px 0;
	margin:0;
	}
	
h1 {font-size:1.8em; line-height:1.6em; padding:0; margin:0; font-family:Century Gothic, Arial, Helvetica, sans-serif;}
h2 {font-size:1.4em; line-height:1.4em; padding:6px 0 4px 0; margin:0; font-family:Century Gothic, Arial, Helvetica, sans-serif;}
h3 {font-size:1.2em; line-height:1.2em; padding:0; margin:0; font-family:Century Gothic, Arial, Helvetica, sans-serif;}

/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-color:#fff;
	width:297mm;
	text-align:left;
	margin:0 auto;
	}
#header {
	height:0px;
	display:none;
	}
#navbar {
	height:27mm;
	background-color:#999;
	width:297mm;
	}
#leftbar, #rightbar, #mainContent {
	width: 98.5mm;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	float:left;			/* Background colour provided by image in #main1 */
	}
#leftbarDiv {			/* Use this for adding padding etc to leftbar */
	padding:0px 20px;
	}			
#mainContent {
	background-color:#fff;
	float:left;
	}
#mainContentDiv {
	padding:0px 20px;
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	float:left;		/* Background colour provided by image in #main2 */
	}
#rightbarDiv {			/* Use this for adding padding etc to rightbar */
	padding:0px 20px;
	}			
#footer {
	width:297mm;
	padding:10px;
	border-top:1px solid #333;
	}
.caption {
	text-align:left;
	font-size:.8em;
	margin:0 0 10px 5px;
	padding-left:5mm;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	}
.navbarDiv, .headerDiv, .footerDiv {
	width:96mm;
	}
.navbarDiv {
	height:20mm;
	}
.minHeightDiv {			/* This is a div included in mainContent to set min height.  It needs a 'cleaner' div to push against! */
	float:left;
	width:1px;
	height:400px;
	}
.thumbs {
	margin-left:7mm;
	}