body {
	background-color: #999;
	color: #73A4CD;
	font-family: Garamond;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #73A4CD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #73A4CD;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #73A4CD;
}

.container {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	
		
}
.wrapper {
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	
}
.header {
	background-color: #FFFFFF;
	height: 140px;
	width: 1000px;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.images {
	height: 222px;
	width: 940px;
	float: left;
}
.nav {
	height: 34px;
	width: 940px;
}
.line {
	background-color: #999999;
	height: 1px;
	width: 940px;
	float: left;
}
.footer {
	background-image: url(images/footer.jpg);
	float: left;
	height: 41px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	color:#006;
}

.content {
	width: 780px;
	float: left;
	text-align: justify;
	margin: 60px 80px 50px 80px;
	height: auto;
	overflow: visible;
}
.footertext {
	text-align: center;
	font-size: 14px;
	
}
#italictext {
	font-size: 14px;
	font-style: italic;
	text-align: left;
}
#cards {
	text-align: center;
	width: auto;
	margin: auto;
}
#italictext {
	text-align: left;
}
#bioimages {
	float: left;
	width: 123px;
	clear: right;
}
.contentimg{
	padding-right: 15px;
	padding-bottom: 30px;}