@charset "utf-8";
/* Story Profiles */
.profile {
	width: 500px;
	position: relative;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	background-color: #FFFBEC;
	border: 0px solid #ff9933;
	min-height:180px;
}

.profile img {
	float: left;
	border: 1px solid #FFD457;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.profile h1 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size:14px;
}

.profile p {
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}

.profile a {
	position: absolute;
	bottom: 5px;
	left: 400px;
}
.quote{
font-size: 12px;
line-height: 14px;
padding-top:10px;
padding-bottom:10px;
}