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

img {
	border: 0px;
	padding: 0px;
	margin: 0px; 
}

body {
	background-color: #eaf2ff;
	background-image: url(water2.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: verdana, tahoma;
	color: #0C489E;
	margin: 0px;
	padding: 0px;
}

.text {
	margin-left: 10px;
	font-size: 11px;
}

.heading {
	font-size: 18px;
}

.galleryheader {
	text-align: center;
	margin-top: 10px;
}

.gallerytext {
	text-align: center;
}

.mainindent {
	margin-left: 10px;
	margin-top: 10px;
}

.footer a:link{
	color: #ffffff;
	text-decoration: none;
}

.footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	margin-top: 60px;
	text-align: center;
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #ffffff;
}

a:link {
	color: #009966;
	text-decoration: underline;
}
a:visited {
	color: #009966;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}