/* CSS Document */

.Scroller-Container {
	position: absolute;
	left: 0px;
	top: 0px;
}
.Scrollbar-Up {
	width: 10px;
	height: 10px;
	font-size: 0px;
	position: absolute;
	left: 1px;
	top: 0px;
	background-image: url(../images/bio/arrow_up_03.gif);
	background-repeat: no-repeat;
}
.Scrollbar-Track {
	width: 10px;
	height: 200px;
	position: absolute;
	top: 20px;
	background-color: #000000;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px;
	height: 30px;
	left: -1px;
	top: 37px;
	background-image: url(../images/bio/scrollbartrack_03_03.jpg);
	background-repeat: no-repeat;
}
.Scrollbar-Down {
	position: absolute;
	top: 230px;
	width: 10px;
	height: 10px;
	font-size: 0px;
	left: 1px;
	background-image: url(../images/bio/arrow_down_03.gif);
	background-repeat: no-repeat;
}
#Scrollbar-Container {
	position: absolute;
	height: 250px;
	width: 12px;
	top: 160px;
	right: 0px;
}

#Content {
	width: 500px;
	height: 390px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 130px;
	border: 1px solid #999999;
	background-color: #000000;
	margin-top: 10px;
}
img#jcf {
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 410px;
	margin-top: 20px;
}
#Bio {
	position: absolute;
	overflow: hidden;
	width: 500px;
	height: 350px;
	display: block;
	top: 20px;
}
#Bio p {
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
}
#Bio h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: underline;
	padding-bottom: 10px;
}
#Bio li {
	line-height: 17px;
	list-style-type: circle;
	margin-left: 40px;
}
