@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	height: 600px;
	width: 730px;
}
#container #masthead {
	background-image: url(Images/springfresh-water.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
	width: 730px;
}
#container #content {
}
#container #content #festival {
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #footer {
	width: 580px;
	height: 60px;
	padding-top: 15px;
	padding-right: 75px;
	padding-left: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #043e92;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #043e92;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #043e92;
	padding-right: 75px;
	padding-left: 75px;
	padding-bottom: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #043e92;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link,a:visited {
	color: #043e92;
}
a:hover,a:active {
	color: #00579d;
}
.hide {
	display: none;
}
.smalltext {
	font-size: smaller;
	padding-top: 10px;
}
