body {
	background: #FFF6EC;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 180%;
}

h1, h2 {
	color: #993333;
	font-family: Georgia, Tahoma,  "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 5px 50px 10px 0;
}

h2 {
	font-size: 130%;
}

p {
	font-family: Georgia, Tahoma,  "Times New Roman", Times, serif;
	font-size: 85%;
}

.centring {
	text-align: center;
}

.nav2 {
	background: #D9EAFC;
	border: 1px dotted #000000;
	padding: .2em 1em;
	margin: 0 0 0 10px;
}

.nav2 a:link {
	text-decoration: underline;
}

.nav2 a:visited {
	text-decoration: underline;
}

.nav2 a:hover {
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

.nav2 a:active {
	color: #FF0000;
	text-decoration: none;
}

.nav3 {
	font-size: 70%;
}

#caption {
	margin: auto;
	/*padding: 1em;*/
	text-align: center;
	width: 500px;
}

p#caption  {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 10px;
}

#nav1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 120px 0 1em 0;
	padding: .55em 0 .55em 0;
	text-align: center;
}

#photo {
	text-align: center;
}

#photo img {
	border-bottom: 4px groove #808080;
	border-left: 2px solid #FFFFFF;
	border-right: 4px groove #808080;
	border-top: 2px solid #FFFFFF;
}

#thumbs {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*margin: 135px 0 0 0;*/
	text-align: center;
}

#thumbs img {
	border-bottom: 2px solid #333333;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #333333;
	border-top: 2px solid #CCCCCC;
}

#thumbs table {
	/*background: #29AE52;*/
}

#thumbs td {
	/*background: #FFFFFF;*/
	padding: 10px;
}

#topgraphic {
	left: 0;
	position: absolute;
	top: 0;
	height: 125px;
	width: 100%;
	text-align: center;
}

#topgraphic1 {
	width: 600px;
	height: 100px;
	background-image: url(okaihau1-title.jpg);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#topgraphic1 img{
	position: absolute;
	top: 5px;
	left: 300px;
}

#toptext {
	left: 350px;
	position: absolute;
	top: 10px;
	width: 277px;
	z-index: 100;
}

#copy {
	text-align: center;
	padding: 1em;
}

#albumtitle {
	margin: 120px 0 0 0;
	text-align: center;
}

#albumtitle h1 {
	padding: 0;
	margin: 0;
	font-size: 150%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;	
}

#albumtitle p {
	padding: 10px 0 10px 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
}


