body {
	background : #142C4A url(/images/layout/bg.jpg);
	margin : 0px;
	font-family: "Times New Roman",Times,Georgia,serif;
	font-size: 75%;
	color:#5e5f55;
}

html {
	height:100%;
	}

p
{
	font-size:1.2em;
	line-height: 155%;
	margin: 5px 5px 1.3em 5px;
} 

h1 {

	color:#33565f;
	font-family:Georgia,Times,serif;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1pt;
	line-height:normal;
	margin-bottom:0.25em;
	text-transform:none;

}

.intro {
	
	font-size:1.2em;
	font-variant: small-caps;
	text-transform: lowercase;
	font-style: italic;
	color:#33565f;

}

#nav {
	text-align : center;
	margin-top : 10px;
}

img {
	border : none;
}

#footer {
	font-size:1.3em;
	text-align : right;
	color : #21394C;
}

a {
	
	font-family: georgia, serif;
	text-decoration: none;
	
}


a:link, a:visited {
	
	color:#21394c;
	font-variant:small-caps;
	text-transform:lowercase;

}

a:hover
{
	color: #490907;
	text-decoration: underline;
}

.title
{
	padding: 3px 3px 3px 5px;
	font-family: "Times New Roman",Times,Georgia,serif;
	color: #21394c;
	font-size: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 2pt;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #b1b48b;
}

.list {
padding: 3px 3px 3px 5px;
	font-family: "Times New Roman",Times,Georgia,serif;
	color: #21394c;
	font-size: 1.0em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: .5pt;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.note
{
	padding: 3px 3px 3px 5px;
	color: #600;
	font-size: 1.0em;
	font-style: italic;
}

ul
{
	font-size: 1.0em;
	color: #21394c;
	line-height: 1.5em;
	list-style-type: square;
	list-style-position: outside;
}

#fishbox
{
	margin: 10px 10px 10px 5px;
	position: relative;
}
.fish
{
	padding: 3px 3px 3px 5px;
	font-family: "Times New Roman",Times,Georgia,serif;
	color: #21394c;
	font-size: 1.3em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 1pt;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
.species
{
	padding: 3px 3px 3px 5px;
	font-family: "Times New Roman",Times,Georgia,serif;
	color: #21394C;
	font-size: 1.0em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

 div.hr {
  height: 19px;
  background: #f1f2e0 url(/images/layout/hr2.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}