body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: small;
	background-color: #fff;
	margin:0px 0px 0px 0px;
	padding: 0;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
	color: #0033ff;
}

a:active {
	color: #33ff00;
	text-decoration: underline;
}

a:visited {
	color: #660066;
}	
/* a:hover must always be after a:link and a:visited to work after link is visited */

a:hover {
	color: #660000;
	text-decoration: underline;
}


#header {
  position: fixed;
  padding: 10px 0 0 15px;
  background-image: url(http://www.2dye4.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: #93DA8A;
	font-size: .8em;
	color: #fff;
	height: 18px;
	
	background-position: left;
	background-repeat: no-repeat;
  padding-left: 6px;
  z-index: 500;
}	

#topNav a {
	text-decoration: none;
	color: #000;
}
	


#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: absolute;
	top: 100px;
	left: 0px;
	background-color: #fff;
	font-size: .8em;
	width: 150px;
	padding: 10px;
	
}	
	
#sideNav a {
	text-decoration: none;
	color: #0033ff;
}
	
#sideNav a:hover {
	text-decoration: underline;
	color: #660000;
}

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

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

blockquote {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	border: 0px solid #085208;
	padding: 5px;
	margin: 5px;
    text-align: left;
	background-color: #fff;
		
}

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