@charset "UTF-8";
/* CSS Document */

@import url("lfp-basic.css");

#contenthold img {
	position: relative;
	left: 50px;
	top: 50px;
	border: 1px solid #ccc;
	float: left;
	width: 347;
	height: 470;
}

#verbiage {
	height: 500px;
	width: 500px;
	margin: 37px 0 0 460px;
	background-color: #000;
	}
	
h1 {
	width: auto;
	height: 40px;
	background: right no-repeat;
	margin: 0;
	padding: 0;
	border-bottom: #666 thin dotted;
	color: #fff;
}

h1 span {
	display: none;
}

#verbiage p {
	width: 470px;
	font-size: 12px;
	text-align: justify;

	margin-left: 15px;
}
