.gallerycontainer {position: relative;}
.l_thumb img {margin: 5px 5px 5px 5px;border:0;}
.l_thumb:hover {background-color: transparent;}
.p_thumb img {margin: 5px 5px 5px 5px;border:0;}
.p_thumb:hover {background-color: transparent;}
.s_thumb img {margin: 5px 5px 5px 5px;border:0;}
.s_thumb:hover {background-color: transparent;}

/* code for large images below */

/* Landscape */
.l_thumb span
{ 
	position: absolute;
	background-color: white;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font:arial;
	font-size:1.2em;
}

/* Portrait */
.p_thumb span
{ 
	position: absolute;
	background-color: white;
	padding: none; 
	visibility: hidden;
	color: black;
	text-decoration: none;
	font:arial;
	font-size:1.2em;
}

/* Square */
.s_thumb span
{ 
	position: absolute;
	background-color: white;
	padding: none; 
	visibility: hidden;
	color: black;
	text-decoration: none;
	font:arial;
	font-size:1.2em;
}

/* Landscape */
.l_thumb:hover span
{ 
	visibility: visible;
	top: 150px; 
	left: 670px; 
	width:38%;
	max-width:650px;
	overflow:hidden;
	/*border-style:hidden;*/
}

/* Portrait */
.p_thumb:hover span
{ 
	visibility: visible;
	top: 150px;
	left: 670px; 
	width:16%;
	max-width:450px;
}

/* Square */
.s_thumb:hover span
{ 
	visibility: visible;
	top: 190px;
	left: 670px; 
	width:20%;
	max-width:650px;
}


body { 
	background-color:white;
	font-family: arial;
	text-decoration:none;
    color: white; 
   /*text-align: center; THIS LINE BREAKS IE!!!*/
  }

.hand {cursor:pointer;}

h1  {font-family: arial;
	text-decoration:none;
    color:black; 
    text-align: center; 
    font-size:1.5em; 
	margin-bottom:2%;
	margin-top:1%;
	background-color:#f1fcef;
   }
   
  h4  {font-family: arial;
	text-decoration:none;
    color: black; 
    font-size:1.5em; 
	margin-bottom:2%;
	margin-top:4%;
	text-align:left;
	width:40%;
	position:relative;
	left:35%;
   }
   
 h2  {font-family: arial;
	text-decoration:none;
    color: black; 
    text-align: center; 
    font-size:1.3em; 
	margin-bottom:10px;
	margin-top:10px;
   }
   
h3  {font-family: arial;
	font-weight: bold;
	text-decoration:none;
    color: #f11f09; 
    /*text-align: center; */
    font-size:1.4em; 
	margin-bottom:10px;
	margin-top:10px;
	width:40%;
	position:relative;
	left:35%;
   }

p { font-family:	arial;
	text-decoration:none;
   color: black; 
   text-align:center;
  }

p.links {font-family:arial;
			text-decoration:none;
			font-size:1.2em;
			color:black;}
  
p.sansserif {font-family:arial;
			text-decoration:none;
			font-size:1.2em;
			color:black;}
			
p.slidewarn {font-family:arial;
			text-decoration:none;
			font-size:1.2em;
			color:black;}
			
p.statement {font-family:arial;
	text-decoration:none;
	font-size:1.1em;
	color:black;
	text-align:left;
	width:32%;
	position:relative;
	left:34%;
	margin-bottom: 2.4%;
	margin-top:2%;
}

p.gallery {font-family:arial;
	text-decoration:none;
	font-size:1.4em;
	color:black;
	text-align:left;
	width:30%;
	position:relative;
	left:44%;
}

 p.strong  {font-family: arial;
	font-weight: bold;
	text-decoration:none;
    color: black; 
    font-size:1.4em; 
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	width:50%;
	position:relative;
	left:33.5%;
   }
   
p.large  {font-family: arial;
	font-weight: bold;
	text-decoration:none;
    color: black; 
    font-size:1.2em; 
	margin-bottom:10px;
	margin-top:10px;
	text-align:left;
	width:40%;
	position:relative;
	left:33.5%;
   }

.centredImage 
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:none;
	padding:0px;
}

html, body {height:95%; }

#body { padding-bottom:16px;  } /* Height of the footer */

#footer {
   position:absolute;
   bottom:0;
   width:60%;
   height:16px;
   background:white;
   color: black; 
   text-align:center;
   font-size:0.8em Arial;
   margin-top:0px;
   margin-bottom:40px;
   left:20%
}

a { text-decoration:none;
	font-family: arial;
	font-size: 120%;}

a:active{ color:#425602;}
a:link { color:#425602;}
a:visited { color:#425602;}
a:hover {color:#ff0000;}

td { text-align:left; 
	width:40%;
  }

p.buttons 
{
	text-align:center;
	margin-top:1%;
	margin-bottom:1%;
	word-spacing:2em;
	font-size:1.2em;
	color:#425602;
}

html, body {height:100%;}

#container {	min-height:100%;}

#main { overflow:auto; padding-bottom:80px;  } /* Height of the footer */

#footer {
   position:relative;
   clear:both;
   margin-top:-80px;
   clear:both;
   background:white;
   color: black; 
   text-align:center;
   font-size:0.8em Arial;
}

img.hdr
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:none;
	padding:0px;
	min-width:200px;
}