body  { 
	margin: 0;
	padding: 0;
	text-align: center;
	background: white /*url(images/copyright.gif) no-repeat center 99%;*/
	}
#wrapper { 
	width: 800px;
	background: white;
	margin: 24px auto;
	padding: 0;
	}
#heading {
	float: left;
	padding: 0;
	margin: 1em 0 0 0;
	width: 200px;
	font-family: "gill sans light", "gill sans", helvetica, arial, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	color: #333;
	text-align: left;
	}
#heading a:link {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}
#heading a:visited {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}
#heading a:hover {
	border: 0;
	text-decoration: none;
	color: orange;
	font-weight: normal;
	}
#heading a:active {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}
#thumbnails {	
	margin-left: 240px;
	padding: 0;
	background: white;
	text-align: center;
	font-family: "gill sans light", "gill sans", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	}
#thumbnails img {
	border: 1px solid #ccc;
	margin: 3px;
	}
#thumbnails a:link {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}
#thumbnails a:visited {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}
#thumbnails a:hover {
	border: 0;
	text-decoration: none;
	color: orange;
	font-weight: normal;
	}
#thumbnails a:active {
	border: 0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	}

#footer {
	margin-top: 48px;
	clear: both;
	font-size: 13px;
	text-align: center;
	font-family: "gill sans light", "gill sans", helvetica, arial, sans-serif;
	color: #333;
	background: white;
	}