/* info css stylesheet */
body {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
h4 {
	margin-top:10px;
	text-decoration:underline;
}

/* format contact form labels and fields */
label {
	width:80px;
	float: left;
	text-align: right;
	display: block;
}
.submit input textarea {
	margin-left: 85px;
}
/* div id's */
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#btext {
	position:relative;
	width:910px;
	left:10px;
	margin-top: 20px;
	z-index:1;
	font-family:Verdana;
	display:inline; 
}
#biopic {
	float:left;
	margin:10px;
}
/* classes */
.btextIMG {
	float:right; 
	margin:10px 10px 10px 20px;
}
.subtitle {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
/* regular page links */
a {
	text-decoration:underline;
	color:#660000;
	font-size:14px;
}
a:visited {
	text-decoration:underline;
	background-color:#ffffff; /*#edf7d1; */
}
a:hover {
	text-decoration:none;
	background-color:#ecd1ef;
}
a:active {
	text-decoration:underline;
	background-color:#ffffff; /*#edf7d1; */
}

