/* 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
	}

.portrait {
	position: relative;
	float: left;
	clear: left;
	margin: 20px 40px 0 50px;
	width: 200px;
	height: 266px;
	background-image:url(../_img/lf_head.gif);
	background-repeat:no-repeat;
	}
	
.biocontent {
	position: relative;
	float: left;
	clear: right;
	padding: 20px 20px 20px 20px;
	width: 450px;
	height: auto;
	background-image:url(../_img/lf_cursiveLG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
.biocontent p {
	line-height: 1.8em;
	}

.members p {
	width: auto;
	height: auto;
	line-height: 1.8em;
	text-align: left;
	}
	
.regularbandheader {
	position: relative;
	float: left;
	clear: left;
	width: 225px;
	height: auto;
	margin-top: 20px;
	}

.guestbandheader {
	position: relative;
	float: left;
	clear: right;
	width: 175px;
	height: auto;
	margin: 20px 0 0 20px;
	}

.regularband {
	position: relative;
	float: left;
	clear: left;
	width: 225px;
	height: auto;
	margin-top: 10px;
	}

.guestband {
	position: relative;
	float: left;
	clear: right;
	width: 200px;
	height: auto;
	margin: 10px 0 0 20px;
	}
	
.thanks {
	position: relative;
	float: left;
	clear: both;
	width: 450px;
	height: auto;
	margin: 30px 0 0 0;
	}