/* General Settings */
.biocontent {
	margin: 15px;
	width: 600px;
}

/* Align the PDF Bio Icon and Tag */
.biocontent .pdfbio{
	float: right;
	background: white;
	background-image: url("/img/acrobat-icon.jpg");
	background-repeat: no-repeat;
	padding: 15px;
	padding-left: 30px;
	padding-right: 0;
	font-size: 16px;
	background-position: left center;
}

.biocontent .pdfbio a{
	color: black
}

/* Bio Photo */
.biocontent img{
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	width: 200px;
	float: left;
}

/* bullets */
.biocontent ul{
	width: 200px;
	list-style: none;
	font-size: 12px;
}

/* Main paragraph */
.biocontent p.main{
	float: right;
	width: 370px;
	font-size: 16px;
	text-align: justify;
}