/* CSS Document */
* {
	margin : 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 3px double #666666;
	background-color: #FFFFFF;
}
#container #title {
	text-align: center;
}
#container #title h1 {
	font-size: 50px;
	padding: 5px;
}
#container #title h2 {
	font-size: 26px;
	padding: 5px;
}
#container #banner {
	height: 350px;
	text-align: center;
}

#container #banner img {
	float: left;
	padding: 0px;
	margin: 5px;
}
.img-border {
	border: 1px solid #000000;
}

#container #banner h3 {
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
}
#container #banner h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#container #navbar {
	text-align: center;
	display: block;
	height: 40px;
	clear: both;
	float: none;
	margin-top: 5px;
}
#container #navbar ul {
	list-style-type: none;
}
#container #navbar ul li {
	display: inline;
	text-align: center;
}
#container #navbar ul li a {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	outline:none;
}
#container #navbar ul li a:hover {
	text-decoration: underline;
}
#container #content .img-centre {
	text-align: center;
}
#container #content .maintext p {
	font-size: 20px;
	line-height: 30px;
	width: 620px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #content .maintext a {
	color: #666666;
	outline:none;
}
#container #content .maintext a:hover {
	color: #000000;
	
}
#container #content .map {
	text-align: center;
	clear: both;
	float: none;
	height: 482px;
	width: 622px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

#container .gallery img {
	padding: 0px;
	float: left;
	margin: 5px;
}

#container #footer {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	clear: both;
	float: none;
}
#container #footer a {
	color: #000000;
	text-decoration: none;
	outline:none;
}
#container #footer a:hover {
	text-decoration: underline;
}
#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	height: 20px;
}
#credit a {
	color: #666666;
	text-decoration: none;
	outline:none;
}
#credit a:hover {
	color: #CCCCCC;
}

