@charset "utf-8";

/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 850px;
	background-color: #f7f7f7;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	height: 190px;
	background-color: #ECECEC;
	
	
}
#wrapper #navigation {
	background-color: #999;
	height: 50px;
	
}
#wrapper #headerImg {
	background-color: #ECECEC;
	height: 355px;
	}
#wrapper #left {
	width: 850px;
	float: left;
	border-bottom: 0px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	background-color: #ECECEC;
}
#wrapper #bottom {
	width: 850px;
	height: 155px;
	float: left;
	border-bottom: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	background-color: #999;
}

#wrapper #footer {
	height: 50px;
	clear: both;
	background-color: #999;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 15px;
	vertical-align: top;
}
.picture {
	border: medium solid #666;
}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.paragraphcentred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.paragraphdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006;
	text-decoration: underline;
}
.paragraphitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-align: center;
}
.tabletextstandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	vertical-align: top;
	padding-left: 10px;
}
.tabletextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 10px;
	padding-left: 10px;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: white;
font-style:italic;
text-align: center;
width: 500px;


}

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

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 130px; /*position where enlarged image should offset horizontally */

}

</style>
