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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #569C5E;
}
#navbar {
}
#block {
}
#maincontent {
	font-size: 80%;
	color: #069;
	margin: 10px;
	background-image: url(images/waterbaby.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
#footer {
	padding: 7px;
	background-color: #749DC9;
	text-align: center;
	font-size: 75%;
	color: #333;
}
#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px ridge #FFF;
	background-color: #FFF;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.imageright {
	margin: 10px;
	float: right;
}
h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #569C5D;
}
H5 {
	text-decoration: underline;
	color: #063;
}
.underlinebold {
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}
input {
	border: 1px solid #069;
}
textarea {
	border: 1px solid #069;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 100%;
	color: #666;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #569C5E;
}
.imageleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
