@charset "UTF-8";
body {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #58768B;
	padding:0;
	margin:0;
	background-image: url(images/grad_bg.jpg);
	background-repeat: repeat-x;
}


#container {
	position: relative;
	height: 913px;
	width: 900px;
	margin:auto;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	background-image: url(images/header.png);
	height: 83px;
	width: 900px;
}
#name {
	background-image: url(images/name_bg.png);
	height: 365px;
}
#bio {
	background-image: url(images/bio.jpg);
	height: 331px;
}
#cv {
	background-image: url(images/cv_content.jpg);
	height: 414px;
}

#bio_text {
	height: 300px;
	width: 310px;
	margin-left: 280px;
	font-size: 14px;
	color: #000000;
	position: absolute;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-right: 10px;
}
#cv_text {
	width: 590px;
	margin-left: 280px;
	height: 400px;
	overflow: scroll;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
h3 {
	line-height: normal;
	margin: 0px;
	padding-left: 20px;
	font-family: Futura, Helvetica, sans-serif;
	font-size: 1.2em;
}
h2 {
	font-family: Futura, Helvetica, sans-serif;
	margin: 0px;
	font-size: 1.3em;
}
p {
	font-family: Futura, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding-left: 20px;
}
h1 {
	font-family: Futura, Helvetica, sans-serif;
}
#courses {
	background-image: url(images/courses_content.jpg);
	height: 414px;
}
a {
	color: #333333;
}
#pubs {
	background-image: url(images/pubs_content.jpg);
	height: 414px;
}
#courses_text {
	width: 590px;
	margin-left: 280px;
	height: 400px;
	overflow: scroll;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#pubs_text {
	width: 590px;
	margin-left: 280px;
	height: 400px;
	overflow: scroll;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#news {
	background-image: url(images/news_content.jpg);
	height: 414px;
}
#footer {
	background-image: url(images/footer1b.jpg);
	height: 70px;
	margin-top: -11px;
}
#news_text {
	width: 590px;
	margin-left: 280px;
	height: 400px;
	overflow: scroll;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
}
#contact {
	background-image: url(images/contact_content.jpg);
	height: 414px;
}
#contact_text {
	width: 590px;
	margin-left: 280px;
	height: 400px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 50px;
}
