/* -- bio style -- */

.leftFloat {
 float: left;
}

.rightFloat {
 float: right;
}

body{
	background-image: url('/images/signature.jpg');
	background-repeat: no-repeat;
background-attachment: fixed;
}


#headshot { position: absolute;
top: 220px;
left: 50px;
border: none;
}

#text { position: absolute;
top: 75px;
left: 250px;
width: 650px;
border: none;
text-align: justify;
}

td {	padding: 5px; 
	border: none;
}
}
