#imagearea-bio {
	width: 291px;
	height: 450px;
	border: 2px #000000 solid;
	background-image: url(images/bio-cecil.jpg);
	background-position: -2px -2px;
	float: left;
	position: relative;
	top: 21px;
	left: 21px;
}

#imagearea-bio h1{
	font-size: 8px;
	color: #ffffff;
}

#textarea_bio {
	height: 450px;
	position: relative;
	float: left;
	top: 21px;
	left: 27px;
	width: 394px;
	height: 450px;
	border: 2px #818181 solid;
	background-color: #D1C2C7;
	font-size: 12px;
}

#textarea_bio ul {
	width: 370px;
	height: 420px;
	margin: 10px auto;
	overflow: auto;
}

#textarea_bio li {
	height: auto;
	width: 335px;
	float: left;
	margin: 4px 0 4px 0;
	padding: 5px;
	color: #565656;
	background-color: #E5DDE0;
	text-align: justify;
	font-size: 11px;
	display: block;
	border: 1px solid #676767;
}

#textarea_bio li ul {
	width: 320px;
	height: auto;
	margin: 5px 0 0 10px;
}

#textarea_bio li li {
	width: 310px;
	height: auto;
	padding: 4px;
	display: block;
	margin: 0 0 4px 0;
	border: 1px solid #848484 !important;
	background-color: #F2EEF0 !important;
}

#textarea_bio h1 {
	font-size: 24px;
   text-align: center;
   color: #474747;
	display: block;
	height: 30px;
	margin: 10px 0 0 0;
	clear: both;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#textarea_bio h2 {
	font-size: 18px;
   text-align: center;
   color: #595959;
	display: block;
	height: 20px;
	margin: 2px 0 0 0;
	clear: both;
	letter-spacing: 2px;
	text-transform: lowercase;
}

#textarea_bio h3 {
	font-size: 14px;
   text-align: left;
   color: #787878;
	display: block;
	height: 16px;
	margin: 3px 0 0 0;
	clear: both;
	letter-spacing: 2px;
	text-transform: lowercase;
}

