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

body {
	background-color:#FFF;
	overflow:auto;
	background-image:url(../images/leftbg.png);
	background-repeat:repeat-y;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	line-height:17px;
}

#content {
	margin: 225px 20px 0px 250px;
	float: left;
	width:350px;
}

#fish {
	background-image:url(../images/fish.png);
	background-repeat:no-repeat;
	width: 400px;
	height:700px;
	padding:0px;
	margin: 100px 0px 0px 650px;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	line-height:17px;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bolder;
	color:#e06010;
	letter-spacing: 3px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	line-height:2px;
	color:#3790b5;
}

a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#54453b;
	text-decoration:none;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-style:dotted;
	line-height: 20px;
}
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#54453b;
	text-decoration:none;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom:thin;
	border-style:dotted;}
.nav {padding-right:65px;}
a:hover {
	text-decoration:underline;
	border-width:0px;

	color:#3790b5;
}
a.imglink:link {border-bottom-width:0px;
text-decoration:none;}
a.imglink:visited {border-bottom-width:0px;
text-decoration:none;}
a.imglink:hover {border-bottom-width:0px;
text-decoration:none;}
a.imglink:active {border-bottom-width:0px;
text-decoration:none;}