
/* ---- MAIN STYLES ----- */

body {

	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #848182;
	margin-bottom:0px;
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	text-align:center; /* Hack for IE5/Win */
}

p {
	text-align: left;
	line-height: 16px;	
	padding-top: 0px;
}

.base
{
	margin-top: 5px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	margin-right: 120px;
}
.base a
{
	color: #CCCCCC;
}
.base a:hover
{
	color: #EEEEEE;
}

  h1 {
    height:40px;
    margin:0 0 0px 0;
    padding: 0;
    background-image:url('images/DerekHenderson.gif');
    background-repeat:no-repeat
    }
  h1 span {display:none;}

/* -- NAV -- */

#nav
{
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 0px; 
	text-decoration: none;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	width: 670px;
	margin-top: 10px;
}

#nav a
{
	color: #848182;
}
#nav a:hover 
{
	color: #5A5758;
	text-decoration: none;
}
body#bodymaori a#navmaori,
body#bodynewzealand a#navnewzealand,
body#bodyslaughter a#navslaughter,
body#bodyparadise a#navparadise,
body#bodyinformation a#navinformation,
body#bodyriver a#navriver,
body#bodyisland a#navisland
{
font-weight : bold;
color : #000;
}

body#bodymaori a:hover#navmaori,
body#bodynewzealand a:hover#navnewzealand,
body#bodyslaughter a:hover#navslaughter,
body#bodyparadise a:hover#navparadise,
body#bodyinformation a:hover#navinformation 
{
text-decoration : none;
}

/* -- HYPERLINK STYLE -- */

a {
	color: #848182;
	text-decoration: none;
}

a:hover {
	color: #5A5758;
	text-decoration: none;
}

/* -- POSITIONS -- */
.centre
      {
      position:absolute;
      left:50%;
      top:50%;
      width:750px;
      height:560px;
      margin-left:-375px; 
      margin-top:-280px;
      }
      
#headerLeft {
	float: left;
	text-align: left;
	width: 380px;
	height: 35px;
	margin: 0px;
}

#headerRight {
	float: left;
	width: 200px;
	margin-left: 5px;
	height: 10px;
	margin-top: 10px;
}	

#content {
	text-align: left;
	float: left;
	width: 750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	height:550px;
}