#header {
	width: 1024px;
	height: 100px;
	visibility: visible;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: 50%;
	height: 10px;
	width: 1024px;
	position: relative;
	font-size: small;
	top: 3em;
	overflow: visible;
	clear: both;
}
body {
	margin: 0;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	width: 95%;
	position: relative;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px !important; padding-top:20px;
	max-width: 61em;
	width: expression(Math.min(document.documentElement.clientWidth - 40, 984));
}

h1 {
	margin-top: 45px;
	font-size: x-large;
	color: #C00;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: large;
	color: #009;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #C00;
}
#bio-picture {
	width: 200px;
	border: thin solid black;
	float: left;
	background-repeat: no-repeat;
	background-position: center left;
}
#bio-text {
	width: 70%;
	float: right;
	position: relative;
	bottom: 0px !important;
}