/* overall styles and logo/header */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center; /* to make IE center main */
}

.main {
	margin: 15px auto 5px auto;
	border: 2px solid #111111;
	width: 700px;
	background-color: #000000;
	text-align: center;
}

.header {
	background: url(titlea.jpg) transparent no-repeat center center;
	height: 100px;
	color: #FFFFFF;
	position: relative;
}

h1 { /* height matched to header */
	margin: auto;
	background-color: transparent;
	color: #FFFFFF;
	padding: 30px 0px;
	letter-spacing: 0.1em;
	line-height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	font-size: 32pt;
	display: none;
}

.logo {
	background: url(fish2.gif) no-repeat top right;
	position: absolute;
	z-index: 1;
	height: 120px;
	width: 188px;
	top: -10px;
	right: -80px;
}

/* general page colours */
h2 {
	color: #CCCCCC;
}

a:link, a:visited {
	color: #FFFFFF;
}

.links a:hover {
	background: url(title.jpg) transparent no-repeat center center;
	color: #FFFFFF;
}

/* general page styles */
.links {
	text-align: left;
	margin-bottom: 10px;
	border: 2px solid #111111;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	float: left;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.links ul {
	margin: 0px;
	padding: 0px;
 	list-style: none;
}

.links li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.links a {
	display: block;
	margin: 0px 10px;
	padding: 5px;
	text-decoration: none;
	float: left;
	border: solid 2px #111111;
	border-top: none;
	border-bottom: none;
	background: url(titleblack.jpg) transparent no-repeat center center;
}
 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .links A {float:none;}
  /* End IE5-Mac hack */


h2 {
	margin: 10px;
	padding: 0px 10px;
	text-align: left;
	letter-spacing: 0.05em;
}

p {
	margin: 5px;
	padding: 10px;
	text-align: left;
}

.illustration {
	float: right;
	padding: 3px;
	margin-left: 5px;
}

img {
	border: none 0px;
}

.caption {
	margin-top: 0px;
	font-size: smaller;
	text-align: center;
	font-style: italic; 
}

a:hover {
	color: #CC00CC;
}

.footer p, .footer h2 {
	text-align: center;
	font-size: smaller;
} 

.footer h2 {
	background: url(white.jpg) #FFFFFF repeat-x;
	color: #000000;
	height: 20px;
	line-height: 20px;
}

.footer p {
	margin-top: 0px;
	padding-top: 0px;
}

.validator {
	float: left;
}

.validator img {
	border: 3px;
}

.privacy {
	float: right;
	font-size: smaller;
}
