#john {
	position: relative;
	float: right;
	margin: 10px 0px 15px 30px;
	}
#john img {
	height: 200px;
	width: 150px;
	}


#reports {
	position: relative;
	z-index: 99;
	}
#reports ul {
	margin: 0em;
	padding: 0em;
	}
#reports li {
	background: transparent url(../images/tick.gif) top left no-repeat;
	margin: 1em 0em 1em 0em;
	padding: 0em 0em 0em 2em;
	list-style-type: none;
	}

#samples {
	background: transparent;
/*	padding: 1em;	*/
	}
#samples p {
	text-align: center;
	padding: 0em;
	font-size: 0.8em;
	font-weight: bold;
	}
#samples tr {
	padding: 0em 1em 0em 1em;
	}
#samples td {
	text-align: center;
	vertical-align: middle;
	padding: 0em 0.1em 0em 0.1em;
	font-size: 0.8em;
	font-weight: bold;
	}
#samples img {
	border: none;
	}
#samples hr {
	margin: 1em 0.5em 1em 0.5em;
	}