@charset "utf-8";
/* barrysmith.co.nz print stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
}

hr {
	height: 0;
	border: 1px solid #666666;
	background: #666666;
}


/* headings */
	
	h1 {
		font-weight: normal;
	}
	
	h2.list {
		margin-top: 1em;
	}
	
	h2.list ul {
		list-style: none;
		text-transform: uppercase;
		font-size: .85em;
		font-weight: normal;
		margin: 0; padding: 0;
		text-align: center;
	}
	
	h2.list ul li {
		display: inline;
		padding: 0 .6em;
	}	
	
	h3 {
		text-transform: uppercase;
		font-size: 1.1em;
	}
	
	
/* content */
	
	.right {
		float: right;
		padding: 0 0 15px 15px;
	}
	
	.left {
		float: left;
		padding: 0 15px 15px 0;
	}
	
	#main p {
		font-size: .9em;
	}

	#main .left img {
		margin-top: .5em;
	}
	
	div.imagebar {
		width: 766px;
		height: 133px;
		padding: 3px 0;
		white-space: nowrap;
		overflow: hidden;
	}
	
	div.imagebar img {
		float: left;
		padding-left: 3px;
	}

	small {
		font-size: .76em;
	}
