	*{
margin:    0% 0% 0% 0%;
padding: 0;
}	
	
	article, aside, details, figcaption, figure, 
footer, head, hgroup, menu, nav, section {
	display: block;
}
html {margin: 0;
	padding: 0;
	border: 0;
	background-color: #085C9E;}
		
body {margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	background-image: url("backgrounds/firebrix-blueedit3.png");
	background-attachment: fixed;
	}
		
.main {background-image: url("backgrounds/waterlo.gif");
	width: 1500px;
	margin: auto;
	}

.textbox-r {float: right;
	margin-right: 100px;
	width: 400px;
	background-image: url("images/textbox-80.png");
	background-size: 100% 100%;
	object-fit: fill;
	}

.textbox-l {float: left;
	margin-left: 100px;
	width: 400px;
	background-image: url("images/textbox-80.png");
	background-size: 100% 100%;
	object-fit: fill;
	}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
	color: white;
	font-family: Panas;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: white;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #18B48B;
  text-decoration: underline;
}
	
.pages {display: inline-block;
	background-image: url("images/navbartrans2.png");
	background-size: 100% 100%;
	object-fit: fill;
	font-family: Panas;
	}
	
.pages a {color: #FFE59E;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	}
	
.pages a.active {color: #FFE59E;
	text-decoration: underline;
	font-weight: bold;
	}
	
.pages a:hover:not(.active) {color:#4EB697;
	font-weight: bold;
	}
		
table {border-collapse: collapse;
	border-spacing: 0;}
	
.fishtank {width: 800px;
	height: 500px;
	border-style: double outset solid inset;
	border-color:#BAEAFF;
	background-size: cover;
	background-position: bottom;
	}

.jfishtank {border-radius: 40%;
	width: 800px;
	height: 500px;
	background-size: cover;
	background-position: bottom;
}

a {color: white;}
	
@font-face {font-family: GrapeSoda;
		src: url("fonts/GrapeSoda.ttf");
		}

@font-face {font-family: Panas;
			src: url("fonts/PanasChill.ttf");}
	
h1, h3, p, h6 {color:white}

p, h6 {font-family: Panas;}
	
	h1 {font-family: GrapeSoda;
	font-weight: normal;
	font-size: 60px}

	h3 {font-family: GrapeSoda;
	font-weight: normal;
	font-size: 50px}
	
	h6 {opacity: 50%;
	font-weight: normal;}	
	
	p {font-size: 20px;
		line-height: 1.3;
		}
