@charset "utf-8";
/* Story Profiles */
.profile {
	width: 532px;
	position: relative;
	margin: 0 10px 10px 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom:10px;
	border:none;
}

.profile img {
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.profile h2 {
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 20px;
}

.profile h3 {
	margin-top: 18px;
	margin-bottom: 18px;
}

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

.profile a {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.dirbreak{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DBDE5B;
	height:5px;
	margin-bottom:10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #DBDE5B;
	border-right-color: #DBDE5B;
	border-left-color: #DBDE5B;
	color:#DBDE5B;
}
hr{
color:#DBDE5B;
}
