@charset "UTF-8";
/
* CSS Document 
	<style>
* {

	margin: 0;
			
	padding: 0;
		
	}
		
	body {
			
	font-size: 75%;
			
	font-family: "Helvetica Neue", Verdana, sans-serif;

	}
		
#wrapper {
			
	width: 62em;
					
	line-height: 1.6em;
			
	font-size: 1em;
			
	margin: 1em auto;
		
	}
	
	span.red {
	color:red; font-weight: bold; font-family: Baskerville, "Times New Roman"; 				
	line-height: 1.6em;

}		
	span.act {
	color:red; font-weight: bold;  				
	line-height: 1.6em;

}
#header {
			
	height: 150px;
	
	background color: white;				
	background: url(../images/nzwebscom2008glitter-100h.jpg) no-repeat;
	
	text-align: left;
	font-style: italic; font-weight: bold;	
	}

#links li { display: inline;
		}
	span.current {
	color:black; font-weight: bold;
}	
	#links ul {


		}

	a:link {
		color: #f00;
			}
	a:visited {
		color: #666;
			}
	a:hover {
		color: #f90;
		background-color: #999;
		}
	a:focus {
		color: #33a;
			}
	a:active {
		color: #669;
		text-decoration: underline;
				}
#content {
			
	background-color: white;
	font-color: #333;		
	border: 2px dotted #999;
		
	}
		
#leftcol {
					
	width: 29em;
			
	float: left;
	
	}
		
#rightcol {
			
	width: 28em;
			
	float: right;
		
	}
		
#footer {
			
	clear: both;
			
	height: 2.5em;
			
	background-color: #ccc;
	
	padding: 5px;	
	}
		
	h1, h2, h3 { padding: 1em 1em .2em .7em }
		
	p { 
			
	padding: 0 1em .5em 1.25em;
				
	letter-spacing: .1em;
			
	}
	
	</style>