html	{
	display:block;
	background-color:#fff;
	color:#5a5a5a;
	}	
body 	{
	display:block;
	border: none;
	margin:0px; 
	padding:0px; 
	text-align:center;
	line-height:1.4em;
	font-size:76%;
	font-family:verdana,arial,sans-serif;
	}
*	{
	margin:0;
	padding:0;
	}
a img {
	border:0;
	}
p 	{
	margin:10px 0;
	text-align:justify;
	}
h3	{
	margin:20px 0;
	font-size:1.4em;
	font-weight:normal;
	}
/* main divs
------------------------------------------------------------ */

/* centering horizontal+vertical */ 
/* http://www.hicksdesign.co.uk/journal/how-to-vertical-centering-with-css */
#mainWrap {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 955px;
}
#secondaryWrap {
	background:url(../graphics/page-background-01.png);
	position: relative;
	text-align: left;
	width: 955px;
	height: 600px;
	margin: 0px auto;
	}
/* end centering horizontal+vertical */	
#column1 {
	width:739px;
	float:left;
	}
#column4 {
	width:216px;	
	float:left;	
	}		

/* end main divs */	


/* small formating divs
------------------------------------------------------------ */

#logo {
	margin:40px 0 0 0px;
	}
#flags {
	margin:372px 0 0 0px;
	}
#flags img {
	margin:0 6px 0 0;
	}
#icons {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 29px;
	}
#icons img {
	margin:0 1px 0 0;
	} 	
#copyright {
	margin:30px 0 0 60px;
	}
#thumbnails {
	margin:182px 0 0 60px;
	}	
#thumbnails img {
	margin:0 26px 26px 0;
	padding:2px;
	border:1px solid #b4b4b4;
	}
/* single image centering */
#singleImage a {
	display:table-cell;
	width:583px;
	height:590px;
	text-align:center;	
	vertical-align:middle;	
	}
#singleImage img {
	vertical-align: middle;
}
/* end single image centering*/		
#infoText, #contactInfo, #links {
	padding:168px 100px 0 60px;
	font-size:.9em;
	}		
#infoText ul {
	list-style:none;
	margin:0 30px 0 0;
	float:left;
	}
#links li {
	list-style:none;
	margin:10px 0;
	}			
#memberOf	{
	margin:45px 0;
	}
.organisation	{
	padding:7px 0;
	}	
.organisation img {
	vertical-align:middle;
	margin-right:15px;
	}
#awards {
	padding:80px 80px 0 108px;
	}
.awardImage img {
	margin-right:30px;
	}	
.awardText {
	margin:6px 0 30px 0;
	}
#siteMap {
	padding:19px 60px 0 60px;
	line-height:1.1em;
	}
#siteMap ul {
	margin:20px 0;
	list-style:none;
	}	
#siteMap ul li {
	margin:10px 0;
	font-size:1.1em;
	}
#siteMap ul li span {
	display:block;
	font-size:.7em;
	}	
#siteMap ul li ul {
	margin:0 0 10px 0;
	}
#siteMap ul li ul li {
	margin:0;
	font-size:.8em;
	}	
#panoFooter {
	margin:5px 30px;
	font-size:1em;
	background-color:#eee;
	}
#panoFooter .left {
	float:left
	}
#panoFooter .left a {
	margin-left:20px;
	}	
#panoFooter .right {
	float:right;
	text-align:left;
	}			
#infoText a, #contactInfo a, #links a, #panoFooter a, #error404 a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
	}	
#infoText a:hover, #contactInfo a:hover, #links a:hover, #panoFooter a:hover, #error404 a:hover {
	color:#000;
	border-bottom:1px dotted #000;
	}	

/* end small formating divs */


/* navigation
------------------------------------------------------------ */
#navi {
	margin:40px 20px 0 17px;
	height:300px;
	}
#navi ul li{
	list-style:none;
	padding:5px 12px;
}
#navi ul li ul li{
	font-size:.9em;
	list-style:none;
	padding:4px 12px 0 12px;
}	
#navi a {
	padding:0;
	color:#5a5a5a;
	text-decoration:none;
	letter-spacing:.02em;
	font-size:1em;
	}	
#navi a span {
	font-size:.6em;
	vertical-align:top;
	}	
#navi a:hover {
	color:#000;
	border-bottom:1px dotted #000;
	}
#navi a.on {
	color:#000;
	border-bottom:1px dotted #000;
	}
/* end navigation */


/* clearing
------------------------------------------------------------ */
	
/* clear floats */
div.clearfloats {
	clear:both;
	}
/* end clear floats */	


/* The Aslett Clearing Method start */	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
 .clearfix {
display: inline-block;
}   
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
/* The Aslett Clearing Method end */	
