/* BIOGRAPHY PAGE */
.header {
	position: relative;
	width: auto;
	height: 20px;
	}

.header h1 {
	position: relative;
	float: left;
	clear: none;
	width: 100px;
	margin-left: 105px;
	margin-right: 15px;
	}

.header h3 {
	position: relative;
	float: left;
	clear: none;;
	width: auto;
	margin-top: 4px;
	margin-left: 450px
	}


	
.biocontent {
	position: relative;
	float: left;
	clear: right;
	padding: 0 20px 0px 20px;
	width: auto;
	height: auto;
	background-color: #000000;
	}
	
.biocontent p {
	line-height: 1.8em;
	text-align: center;
	}
