body {
	padding: 0px;
	margin: 0px;
	background-color: #2fb2ff;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #F58220;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #EFEFEF;
	}

html, body, td, div, p, span {
	color: #000000;
	font-family: verdana;
	font-size: small;
	}

a {
	color:#d0007a;
	font-family: verdana, arial;
	}

a:hover	{
	color:#26289a;
	}

ul {
	list-style-type: disc;
	}

#header {
	width: 100%;
	border-bottom: solid #fff 10px;
	}

#headerl, #headerr {
	background-color: #2fb2ff;
	background-image: url(http://www.gisborneholidaypark.co.nz/templateimages/bg-head.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

#headerl {
	text-align: left;
	}

#headerr {
	text-align: right;
	}

#nav {
	background-image: url(http://www.gisborneholidaypark.co.nz/templateimages/bg-nav.gif);
	}

.mainbox {
	background-color: #ffffff;
	}

.contentbox {
	padding: 20px 20px 35px 20px;
	}

.subnavbox {
	border-top: solid #bbe6ff 1px;
	border-bottom: solid #ffffff 1px;
	}

.subnav1 {
	background-color: #e3f5ff;
	}

.subnav2 {
	background-color: #bbe6ff;
	}

.subnav	{
	color: #bbe6ff;
	font-size: x-small;
	padding: 3px 3px 6px 3px;
	text-align: center;
	}

h1 {
	font-size: large;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

h2 {
	font-size: large;
	color: #2fb2ff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}

.navbox {
	background-color: #fffae5;
	border-bottom: solid #ffffff 1px;
	}

.small {
	font-family: verdana;
	font-size: x-small;
	color: #1072d1;
	}

/* ========================================================================================= */
/* NAVIGATION - With Colour Mouseovers */
/* ========================================================================================= */

#navigator {
	width: 141px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 141px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 15px 5px 6px;
	text-decoration: none;
	display: block;
	width: auto;
	}

.currentpage a {
	color: #d0007a;
	background-color: #ffffff;
	border-bottom: solid #ffffff 1px;
	}

.button1 a {
	color: #000000;
	border-bottom: solid #ffffff 1px;
	}

.button2 a {
	color: #000000;
	border-bottom: solid #ffffff 1px;
	}

.submen a {
	color: #002e49;
	font-weight: normal;
	border-bottom: solid #ffffff 1px;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #ffffff;
	background-color: #d0007a;
	border-bottom: solid #ffffff 1px;
	}


