div#content p {
	margin: 10px 10px 10px 10px;
	font-size: 20px;
}
p em {
	font-style: normal;
	color: blue;
}
p a {
	color: #C80000;
	text-decoration: underline !important;
}
div#photos {
	position: relative;
	float: right;
	width: 320px;
	height: 200px;
	right: 20px;
}
div#photos img {
	float: right;
}
img#scully {
	position: relative;
	right: 10px;
}
div#photos p {
	font-size: 14px;
	position: absolute;
	bottom: 1px;
	margin: 0;
}
p#scullyp {
	left: 60px;
}
p#corneliusp {
	left: 200px;
}
div#clear {
	clear: right;
	overflow: auto;
}
div#clear p:first-child {
	
}
