@charset "utf-8";
/* CSS Document */

#wrapper {
	padding: 0px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	width: 900px;
	height: 220px;
}
#middlebox {
	height: 420px;
	width: 920px;
	padding: 0px;
	margin: 0px;
}
#middlebox-contact {
	height: 470px;
	width: 920px;
	padding: 0px;
	margin: 0px;
}

#contact {
	height: 35px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #FFF;
	background-color: #0000ff;
	font-size: 2em;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #fff;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #666;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: outset;
	border-left-style: outset;
	border-bottom-color: #666;
	border-left-color: #fff;
}
#contactlarge {
	height: 35px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #FFF;
	background-color: #0000ff;
	font-size: 1.7em;
	border-top-width: medium;
	border-top-style: outset;
	border-top-color: #fff;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #666;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: outset;
	border-left-style: outset;
	border-bottom-color: #666;
	border-left-color: #fff;
}

#logobox {
	float: left;
	width: 510px;
	height: 390px;
	margin: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mapbox {
	float: left;
	width: 530px;
	height: 450px;
	margin: 5px;
	padding: 0px;
}
#midtextbox {
	float: left;
	height: 400px;
	width: 340px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#midtextbox p {
	text-align: center;
}

#content {
	width: 900px;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #0000ff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	width: 920px;
	text-align: center;
	padding-top: 10px;
}

h1 {
	font-size: 1em;
	color: #0000ff;
	font-weight: bold;
	margin-top: -5px;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #0000ff;
}
p {
	font-size: 0.8em;
	color: #0000ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
}

.photobox {
	height: 210px;
	width: 920px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}


.figure {
	float: left;
	width: 218px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	height: 190px;
}
.photo img {
	border: 1px solid #36F;
	padding: 4px;
	margin-right: 4px;
	margin-left: 4px;
}

.figure p {
	color:#009;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 5px;
}
.englishtxt {
	color: #363;
}
.centredtxt {
	text-align: center;
}

.clear {
	clear: both;
}
#contact a:link, #contactlarge a:link, #contact a:visited, #contactlarge a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
}
#contact a:hover, #contactlarge a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C60;
	text-decoration: none;
}

