body{
	margin: 0;
	padding: 0;
	background-image: url(images/tile.jpg);
}

#header {
	background-image: url(images/header.jpg);
	height: 180px;
	background-repeat: no-repeat;
	width: 780px;
}

#header h1 {
	text-indent: -1400px;
	margin: 0px;
	padding: 0px;
}


#container {
	width: 780px;
	margin: auto;
	text-align: left;
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-y;
	border: 1px solid #C1C1C1;
}

#centerIE {
	text-align: center;
}

#menu {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #3E3E3E;

}

#header p {
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	font-size: large;
	margin: 0px;
}

#menu a {
	padding-left: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 30px;
	width: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 20px;
}

#content {
	width: 580px;
	float: right;
}

#content p {
	margin: 0px;
	padding: 10px 50px 10px 10px;
	clear: both;
	width: 520px;
}

#footer {
	clear: both;
	height: 40px;
	text-align: center;
	color: #F4DF48;
	background-color: #000000;
}



#footer p {
	padding-top: 10px;
	margin: 0px;
}

.image_row {
	width: 580px;
	float: right;
	display: block;
}

.image_row p {
	margin: 0px;
	padding: 0px;
	width: 580px;
	display: block;
	clear: both;
}

.image_row ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 580px;
	display: block;
}
.image_row img {
	display: block;
	margin: 0px;
	padding: 0px;
}


.image_row li {
	float: left;
	width: 180px;
	display: block;
}

#menu a:hover {
	color: #F7EB7B;
	background-color: #646464;
}

#content p {
	margin: 0px;
	padding: 10px;
	color: #000000;

}

#content h2 {
	margin: 0px;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0px;
}

.link_colour_middle {
	background-color: #3E3E3E;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.link_colour_sides {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#header a {
	color: #FFFFFF;
}

#content p {
	font-family: "Times New Roman", Times, serif;
}

.intro_text {
	width: 580px;
	display: block;
}

.intro_text ul {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-type: none;
	margin: 0px;
}

.intro_text ul a {
	color: #000000;
	padding: 5px 0px;
}

.intro_text ul a:hover {
	color: #FF0000;
}

.image_row a:hover {
	color: #F7EB7B;
}

#header h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

/* lightbox code starts */
#lightbox{
	position: absolute;
	top: 40px;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
