/*
	HARBOURROAD.CA
	(c) 2008-2010 Harbour Road Design Inc. :: All Rights Reserved.
	
	Site/Design/Code by Derek Kleinfeldt for Harbour Road Design Inc.
*/




/*--------------------------------------------------------
			GLOBAL RESETS
  -------------------------------------------------------- 
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}



/*--------------------------------------------------------
			GLOBAL FORMATTING
  -------------------------------------------------------- 
*/


body {
	color: #464d54;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 0;
	background-color: #ddd;
	background-image: url(background.jpg)
}



