@charset "UTF-8";

#profilephoto {
	display: block;
	width: 80%;
	margin: 0 auto;
}
p {
	text-indent: 1em;
}

/*media Queries
----------------------------------------------------*/
@media print, screen and (min-width:41.875em) {	/*670px*/
	#profilephoto {
		width: 180px;
		margin-left: 15px;
		margin-bottom: 15px;
		float: right;
	}
}