* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#clearThis {
	clear: both;
	height: 1px;
	width: 100%;
}
#header {
	height: 304px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../i/containerBg.gif);
	background-repeat: repeat-y;
}
#content {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#one {
	height: 267px;
	width: 177px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
#two {
	float: right;
	height: 444px;
	width: 87px;
	margin-left: 20px;
	margin-top: 20px;
}
#three {
	float: left;
	height: 446px;
	width: 84px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}


p {
	font-size: large;
	color: #333333;
	line-height: normal;
	font-weight: normal;
}
em {
	color: #000000;
	font-weight: bold;
}
#footerBg {
	clear: both;
	height: auto;
	width: 100%;
	background-image: url(../i/footerBg.gif);
	background-repeat: repeat-x;
	background-color: #FFFF00;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	font-size: small;
}
#footer a {
	font-size: small;
	color: #0000FF;
}




/*------------------------------------------------------------------------------- Lightbox ----- */



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../i/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../i/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../i/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
img {
	background-image: url(../i/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#jumpedToContent {
	text-indent: -9999px;
	display: none;
}
#jumpedToNav {
	text-indent: -9999px;
	display: none;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}




/*------------------------------------------------------------------------------- Gallery Boxes ----- */


#centreThumbnails {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

a img{border:none;}

#thumb {
	float: left;
	height: 150px;
	width: 150px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#thumb img {
	width: 150px;
	height: 150px;
	border: 1px solid #CCCCCC;
}

#thumb img:hover {
	border: 1px solid #660000;
}
h3 {
	text-align: center;
	font-size: large;
	font-weight: normal;
	color: #000000;
}
