/*
	DEREKKLEINFELDT.COM
	(c) 2010 Derek Kleinfeldt :: 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: #5d6977;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 0;
	background-color: #4b535c;
}



/*--------------------------------------------------------
			LAYOUT FORMATTING
  -------------------------------------------------------- 
*/


#lock {
	position: relative;
	width: 60px;
	height: 70px;
	margin: 180px auto;
	padding: 0;
	border: 0;
	background: url(lock.jpg);
	background-repeat: no-repeat;
}


