@charset "iso-8859-1";
/* author: TransEffect */
/* Creation date: 1/27/2005 */

body {
	background: #69c;
	}

#header {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}

#navigation {
	text-align:center;
    margin-top:10px;
    margin-bottom:0px;
    padding:0px;
	}

#mainbody {
	background-image: url('images/water.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: visible;
	margin-top: 30px;
	margin-bottom:0px;
    text-align:center;
    padding:0px;
	}

	p.mainbody {
		color: #336;
		text-align: center;
		font-family: arial;
		font-size: 1em;
		}

#footer {
	text-align: center;
	margin-top: 30px;
	}
	
	p.footer {
		color: #000;
		text-align: center;
		font-family: arial;
		font-size: .75em;
text-decoration:none;
		}

/* unvisited link */
	a.footer:link {      
		color: #336;
		text-decoration: underline;
		}
		
/* visited link */
	a.footer:visited {   
		color: #336;
		text-decoration: underline;
		}
	
/* mouse over link */
	a.footer:hover {     
		color: #fff;
		text-decoration: underline;
		}
	
/* selected link */
	a.footer:active {    
		color: #336;
		text-decoration: underline;
		}
		
#subfooter {
	margin-top: 25px;
	}

	p.subfooter {
		color: #336;
		text-align: center;
		font-family: arial;
		font-size: .6em;
		text-decoration: none;
		}
		
.border {
	border: 1px solid #000;
	}
	
.noborder {
	border: none;
	}
	
.center {
	text-align:center;
	}

/*  =========================== Admission Page  ========================= */

table.admission {
	background-color: #369;
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-align: center;
	/* Center in FireFox */
	margin-left: auto;
	margin-right: auto;
	/* End Center in FireFox */
	font-family: arial;
	font-size: 1em;
	}
	
	td.bottom {
		border-bottom: 1px solid #fff;
		}
	
	td.bottomright {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 50%;
		}
/*  ===================================================================== */

hr {
	border: 0;
  	width: 90%;
	color: #333;
	background-color: #000;
	height: 1px;
	}

/* ================================ Photo Gallery Page ================== */

table.gallery {
	color: #336;
	text-align: center;
	/* Center in FireFox */
	margin-left: auto;
	margin-right: auto;
	/* End Center in FireFox */
	font-family: arial;
	font-size: .75em;
	}
	
td.gal {
	width: 25%;
	height: 150px;
	}

img.gallery {
	border: 1px solid #000;
	}

p {
	color: #336;
	text-align: center;
	font-family: arial;
	font-size: 1em;
	}
	
p.lmargin {
	margin-left: 200px;
	margin-right: 200px;
	}
	
p.lmwithhead {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 0px;
	}
	
p.lmwithheadleft {
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 0px;
	text-align: left;
	}
	
p.smargin {
	margin-left: 50px;
	margin-right: 50px;
	margin-top:0px;
	}

h3 {
	color: #336;
	text-align: center;
	font-family: arial;
	}
	
h4 {
	color: #336;
	text-align: center;
	font-family: arial;
	margin-bottom: 0px;
	}
	
h4.left {
	color: #336;
	text-align: left;
	font-family: arial;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 200px;
	}
	
table.animals {
	color: #336;
	text-align: left;
	font-family: arial;
	font-size: 1em;
	}