body {
	background-color: #ffffff;
	/* text-align: left; */
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: center;
	}

#header {
	background: #ffffff;
	text-align: left;
	color:#333333;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: 800;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: center;
	font-style: normal;
	font-variant: normal;
	width: 600px;
	}


	
#globnav { 
	padding: 10px; 
	background: #fff; 
	font-family: arial, san-serif; 
	font-weight: 400; 

	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
/*	float: left; TAKING THIS OUT MADE IT CENTRE */
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #666666;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 2px solid #6699CC;
	padding-bottom: 1px;
	background: #fff;
	color: #6699cc;
	}

	A:link {
	text-decoration: none;
	color:#6699CC
	}
	
	A:visited {
	text-decoration: none;
	color:#999999;
	}
	
	A:active {
	text-decoration: underline;
	color:#6699CC;
	}
	
	A:hover {
	text-decoration: underline; 
	color:#6699cc;
	}

/* #leftcol { 
	background: #ffffff; 
	position: relative; 
	width: 200px; 
	height: 100%; 
	float: left; 
	}
*/

#centercol {
	background:url none no-repeat;
	width: 600px;
	height: 100%;
	float: center;	
	}

#content1 {
	text-align: left;
	color: #333333;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 20px;
	width: 600px;
	height: 100%;
	float: center;
	
	}
	
#homepageimages {
	background: #ffffff;
	margin-top: 20px;
	margin-left: 60px;
	margin-bottom: 20px;
	width: 600px;
	height: 100%;
	float: right;
	}
	
#gallery {
	background: #ffffff;
	text-align: left;
	color:#CCCCCC;
	font-size: 10px;
	font-family: arial, sans-serif;
	font-weight: 200;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 800px;
	height: 100%;
	position: relative
	}
	
#rightcol  { 
	background: #ffffff; 
	position: relative; 
	width: 10%; 
	height: 100%; 
	}



.page_header { 
	color: #333333; 
	font-size: 13px; 
	font-weight: 800 
	}

.section_header { 
	color: #999999; 
	font-size: 11px; 
	font-weight: 800 
	}


.note_text { 
	color: #666666; 
	font-size: 10px; 
	font-weight: 400 
	}


.copyright_text { 
	color: #999999; 
	font-size: 9px; 
	font-weight: 400 
	}

 

