@charset "UTF-8";
/* andrewprocter.com styles */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FDFDFD;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	-webkit-text-size-adjust: 130%;
	}
	
img {
	border: none;
}
	
#contentwrap {
	width: 960px;
	margin: 0px auto; 
}

#logo {
	margin-top: 150px;
}
