@charset "UTF-8";
/* CSS Document */

#base_home {
	width: 850px;
	height: 500px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 100px;
	background-image:url(images/graphic_home.jpg);
}

#base_people {
	width: 850px;
	height: 850px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 40px;
	background-image:url(images/graphic_people.jpg);
}

#bodyText {
	position:relative;
	left: 425px;
	top: 75px;
	width: 380px;
	height: 250px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#peopleText {
	position:relative;
	top: 220px;
	left: 80px;
	width: 700px;
	height: 510px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
}

a {
	text-decoration: none;
	color: rgb(0,143,213);
}

a:hover {
	color: rgb(51,51,51);
}
	
h1 {
	font-size:23px;
	color: rgb(0,143,213);
	padding-bottom: 8px;
}

#bio {
	font-size:15px;
	color: rgb(51,51,51);
	padding-bottom: 5px;
}

#image {
	height: 215px;
	width: 150px;
	float: left;
}

#first {
	margin-top: 37px;
	width: 525px; 
	float: right;
}

#second {
	clear:both;
	position:relative;
}