/* Style Sheet for Thalassaphi Cetacean Links */
/* Created October 2003 along with database */
/* By Julia "Eclipse" Orth */

body {
	color:#ffffff;
	background: #000000 url("dbackground.jpg") repeat fixed;
}

a:link { 
	color: blue; 
	text-decoration: underline;
}

a:visited { 
	color: #cc0066; 
	text-decoration: underline;
}

#navigation {
	position: absolute;
	width: 180px;
	color: #000000;
	background: url("darkpurpletrans.png") repeat fixed;
	border-width: medium;
	border-style: groove;
	border-color: #000000;
	vertical-align: top;
	padding: 15px;
}

* html #navigation {
	width: 210px;
	w\idth: 180px;
}

	#navigation ul {
		margin: 0;
		padding: 0;
		font-family: sans-serif;
	}

	#navigation li {
		list-style-type: none;
	}

	#navigation a:link {
		color: white;
		text-decoration: none;
	}

	#navigation a:visited {
		color: cyan;
		text-decoration: none;
	}

	#navigation a:hover, a:focus, a:active {
		color: yellow;
		text-decoration: underline;
	}

#top {
	position: absolute;
	background: url("dolphintop.png");
	top: 0px;
	margin-left: 220px;
	padding: 0px;
	width: 480px;
	height: 50px;
}

* html #top {
	background: url("dolphintop.gif");
}

#content {
	position: relative;
	color: #000000;
	background: #99ccff url("dolphinmark.gif") bottom left no-repeat;
	border: 1px solid black;
	border-top: none;
	margin: 10px;
	margin-left: 220px;
	margin-top: 50px;	
	padding: 15px;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 435px;
}

* html #content {
	position:absolute;
	margin-top: 34px;
	width: 433px;
}

	#content a:hover, a:focus { 
		background: #88bbee;
	}

	#content a:active {
		color: yellow 
	}

