/* ----------------------------------------- */
/* GENERAL */
/* ----------------------------------------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000 url('../images/bg_body.jpg') repeat-x;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #6A8EC0;
}
a:hover {
	text-decoration: underline;
}



/* ----------------------------------------- */
/* DIV IDS */
/* ----------------------------------------- */

#page {
	margin: 0 auto;
	width: 900px;
	height: 416px;
}

#large_banner {	
	clear: both;
	float: left;
	width: 800px;
	height: 300px;
}

#info {
	clear: both;
	float: left;
	margin-top: 17px;
	width: 800px;
	height: 186px;
	text-align: right;
}

#fish {
	position: absolute;
	top: 510px;
}

#copyright {
	position: absolute;
	top: 660px;
	left: 50px;
}


/* ----------------------------------------- */
/* IMAGES */
/* ----------------------------------------- */

.title {
	margin-bottom: 20px;
}




/* ----------------------------------------- */
/* SPAN AND TEXT */
/* ----------------------------------------- */

.normcopy {
	font-family: Arial;
	font-size: 14px;
	line-height: 120%;
	color: #FFF;
}

.footcopy {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	text-align: right;
}


/* ----------------------------------------- */
/* TABLES */
/* ----------------------------------------- */

table.contact {
	
}