#header {
	max-width: 960px;
	height: 131px;
	visibility: visible;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#header img {
	border: none;
}
#logo img {
	width: 960px;
	height: 131px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: 50%;
	max-width: 960px;
	position: relative;
	background: #FFF;
	font-size: small;
	top: 1em;
	overflow: visible;
	clear: both;
}
body {
	margin: 0 auto;
	max-width: 960px;
	background: url(images/bg.jpg) repeat;
}
#container {
	margin: 10px 0 23px;
	background: #FFF; 
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px !important;
	padding-top:20px;
	max-width: 64em;
	color: #000;
	background: #FFF;
}
h1 {
	font-size: x-large;
	color: #C00;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}
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;
}

