.leftedge {
	background-image: url(../styles/images/elements/left_edge.gif);
	background-repeat: repeat-y;
}
.rightedge {
	background-image: url(../styles/images/elements/right_edge.gif);
}
.botfooter {
	background-image: url(../styles/images/elements/bottom_footer.gif);
}
.rightnavback {
	background-image: url(../styles/images/elements/righttnav_background.JPG);
	background-repeat: repeat-y;
}
.pagecolour {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
body {
	background-color: #B5BBBB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #2A6BAB;
}
.hmdref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
#home_layer {
	position:absolute;
	left:101px;
	top:126px;
	width:101px;
	height:15px;
	z-index:1;
	visibility: hidden;
}
#about_layer {
	position:absolute;
	left:242px;
	top:125px;
	width:105px;
	height:15px;
	z-index:2;
	visibility: hidden;
}
#our_layer {
	position:absolute;
	left:395px;
	top:129px;
	width:100px;
	height:15px;
	z-index:3;
	visibility: hidden;
}
#donations_layer {
	position:absolute;
	left:501px;
	top:126px;
	width:146px;
	height:15px;
	z-index:4;
	visibility: hidden;
}
#links_layer {
	position:absolute;
	left:662px;
	top:128px;
	width:102px;
	height:15px;
	z-index:5;
	visibility: hidden;
}
#contact_layer {
	position:absolute;
	left:837px;
	top:129px;
	width:93px;
	height:15px;
	z-index:6;
	visibility: hidden;
}
a:link {
	text-decoration: none;
	color: #2A6BAB;
}
a:visited {
	text-decoration: none;
	color: #2A6BAB;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #7A97B2;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #382C2C;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2em;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #382C2C;
	line-height: 1.2em;
}

.gallerycontainer{
position: relative;

}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -50px;
left: 460px; /*position where enlarged image should offset horizontally */
z-index: 50;
}