@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: #ff0f43; 
	font-weight: bold; 
	font-size: 115%;
	font-family: Baskerville, "Times New Roman"; 				
	line-height: 1.6em;

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

}
#header {
			
	height: 140px;
	
	background-color: white;				
	background: url(../images/nzwebhosts-1.jpg) no-repeat;
	
	text-align: left;
	}

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


		}

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