@charset "UTF-8";
/* CSS Document */

/* persistent elements common to all pages */
#container{
	width:1000px;
	height:675px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
	
#header{
	position:relative;
	width:931px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-bottom:solid 1px #999;
	z-index:6;
	}
	
#logo {
	position:relative;
	width:106px;
	height:45px;
	float:left;
	margin-top:13px;
	background-color:#FFFFFF;
	z-index:2;
	}
	
#footer{
	position:relative;
	float:left;
	width:931px;
	height:45px;
	margin-left:35px;
	margin-top:15px;
  	background-color:#FFFFFF;
	border-spacing:10px;
	border-top: solid 1px #999;
	z-index:2;
	}

#footerindex{
	position:relative;
	float:left;
	width:931px;
	height:45px;
	margin-left:auto;
	margin-top:15px;
  	background-color:#FFFFFF;
	border-spacing:10px;
	border-top: solid 1px #999;
	z-index:2;
	}

/* don't use # before h tags, for some reason if you do use it the HTML file does not pick up the styling; color etc  */

/* used for main navigation  */

h1{
	font-family:Helvetica, Trebuchet MS, Tahoma, Georgia, Arial, sans-serif;   
	font-size:18px;    
	color:#999;
	text-align:center;    
	}

/* used for secondary navigation */


h2{    
	font-family:Trebuchet MS, Georgia, Tahoma, Georgia, Arial, Times New Roman, Times, serif;
	font-size:10px;    
	color:#000000;  
	text-align:center;  
	}

/* used for image title  */

h3{
	font-family:Trebuchet MS, Georgia, Tahoma, Georgia, Arial, Times New Roman, Times, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000000;
	}

/* used for image explanation copy */


h4{
	font-family:Trebuchet MS, Georgia, Tahoma, Georgia, Arial, Times New Roman, Times, serif;
	font-size:10px;
	text-align:justify;
	color:#999;
	}

/* footer */

h5{
	font-family:Trebuchet MS, Georgia, Tahoma, Georgia, Arial, Times New Roman, Times, serif;
	font-size:10px;
	text-align:center;
	color:#999;
	}

.blackhighlight {    
	color:#000000;    
	}
	
/* colour of link before interaction, effects images as well?! */ 

a:link {    
	text-decoration:none;    
	color:#999;    
	}       
	
/* colour of link over state, effects images as well!? */ 

a:hover {    
	text-decoration:none;
	color:#000000; 
	}

a:visited {
	text-decoration:none;
	color:#999;
	}
