@charset "utf-8";
/* text.css (c)2007 SugarHill Works LLC www.sugarhillworks.com */

.hdr { 
	position: absolute;
	top: 0px;
	left: 20px;
	width: 100%;
	height: 70px;
	overflow: visible;
	z-index: 8;
}

div.BCpg { 
	position: absolute;
	top: 85px;
	left: 0px;
	width: 950px;
	height: 470px;
}
.BCpg img {
	border: 5px solid #FFF;
}
#Bpic {
	position: absolute;
	top: 0px; 
	width: 600px;
	height: 470px;
	background-color: #FFF;
	margin: 0px 25px;
}
p.bioTxt { 
	position: relative;
	top: 5px;
	width: 290px;
	height: 470px;
	overflow: visible;
	float: right;
	margin: 0px 0px 0px 25px;
	text-align: left;
	line-height: 15px;
	z-index: 99;
}
#bioCap {
	position: relative; 
	top: 0px;
	width: 600px;
	height: 15px;
	padding: 22px 0px;
	text-align: center;
	z-index: 50;
}

#Cpic {
	position: absolute;
	top: 0px; 
	width: 540px; 
	height: 470px;
	background-color: #FFF;
	margin: 0px 25px;
}
p.conTxt { 
	position: relative;
	width: 350px;
	height: 470px;
	top: 5px;
	float: right; 
	margin: 0px 0px 0px 25px;
	text-align: left;
	line-height: 15px;
	z-index: 99;
}
#conCap {
	position: relative; 
	top: 0px;
	width: 540px;
	height: 15px;
	padding: 22px 0px;
	text-align: center;
	z-index: 50;
}


#copy { 
	position: relative;
	margin: 0px auto;
	width: 90%;
	min-width: 1000px;
	font-size: 80%;
	color: #999;
	text-align: right;
	z-index: 1000;
}
