﻿/* CSS layout */
.footnote {
	font-size: x-small;
}
.resume {
	width: 612px;
	height: 810px;
	background-image: url('resume.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.bio {
	width: 612px;
	height: 792px;
	background-image: url('Bio.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.newStyle1 {
	border-style: none;
	border-width: 0;
	border-color: inherit;
	padding: 0px;
	margin: 0px;
}
.container {
	border-style: none;
	border-width: 0;
	border-color: inherit;
	padding: 0px;
	margin: 0px;
}

