/*
Stylesheet...
by Peter Walker (04/04/06)
*/

/*
-----------------------
Global stuff
-----------------------
*/
body, img, td, tr, table, ul, li, ol, h1, div, span {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 12px;
}

body {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	background-color: white;
	color: black;
}
a {
	text-decoration: none;
	color: blue;
	background-color: white;
}
a:hover {
	text-decoration: underline;
}

/*
-----------------------
Header
-----------------------
*/

#tl {
	background-image: url(/images/otter3.png);
	position: absolute;
	width: 175px;
	height: 179px;
	left: 0px;
	top: 0px;
	border-bottom: solid 1px #00023F;
}

#head {
	background-image: url(/images/headbg.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	background-color: #080950;
	color: white;
	font-size: 12px;
	font-style: italic;
	padding: 20px 0px 30px 25px;
	position: absolute;
	left: 175px;
	top: 0px;
	width: 590px;
	height: 48px;
}

#head h1 {
	font-style: normal;
	color: white;
	font-size: 28px;
	font-weight: normal;
}

#corner {
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url(/images/corner.png);
	left: 175px;
	top: 98px;
}


#links {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 179px;
}

body>#links {
	top: 180px;
}

#links a {
	border-top: solid 1px #232B5F;
	border-bottom: solid 1px #00023F;
	border-right: solid 1px #00023F;
	display: block;
	padding: 5px;
	width: 175px;
	height: 22px;
	background-color: #080950;
	color: white;
	text-decoration: none;
}

body>#links>a {
	width: 164px;
	height: 14px;
}

#links a:hover {
	color: white;
	background-color: #12145F;
}

#by {
	background-color: white;
	color: gray;
	font-size: 10px;
	padding: 5px;
}

#by a {
	border: 0px;
	padding: 0px;
	display: inline;
	text-decoration: underline;
	background-color: white;
	color: gray;
}

#by a:hover {
	text-decoration: none;
	background-color: white;
	color: gray;
}

#content {
	position: absolute;
	left: 195px;
	top: 98px;
	padding-top: 10px;
	padding-bottom: 35px;
	width: 560px;
}

#content h1 {
	color: #080950;
	font-size: 14px;
	font-weight: bold;
}
