	body {
		margin:0px 0px 0px 0px;
		font-family: Verdana, Helvetica, sans-serif;
		}
	#header {
  position: fixed;
  padding: 10px 0 0 15px;
	background-image: url(http://www.zigzag.co.nz/graphics/backgroundtop5.jpg);
  background-repeat: repeat-x;
  height: 66px;
  width: 100%;
  z-index: 1000;
}

#topNav {
  position: fixed;
  top: 66px;
	left: 0px;	
  width: 100%;
	background-color: #31219C;
	font-size: .75em;
	color: #fff;
	height: 14px;
	
	background-position: left;
	background-repeat: no-repeat;
  padding-left: 6px;
  z-index: 500;
}	

#topNav a {
	text-decoration: none;
	color: #fff;
}
	
#topNav a:hover {
	text-decoration: underline;
}

#topNav ul {
  list-style-type: none;
  margin: 0 0 0 75px;
  padding: 0;
}

#topNav li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 3px;
  border-right: 1px #fff solid;
}
#sideNav {
  position: fixed;
	top: 80px;
	left: 0px;
	background-color: #fff;
	font-size: .8em;
	width: 150px;

	background-repeat: repeat-y;
	padding: 10px;
	
}	
	
#sideNav a {
	text-decoration: none;
	color: #31219C;
}
	
#sideNav a:hover {
	text-decoration: underline;
}

#sideNav ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0; 
}

#sideNav li {
  margin: 0 0 10px 0;
}
#centercontent {
position: absolute;
	top: 87px;
	left: 5px;
background:#fff;
width:80%;
border:0px solid #000;
margin-left: 150px;
margin-right:50px;
	}

/* bottom */
#bottom {
    width: 100%;
	clear: both;
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #284508;
	}