@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#090913;
	margin: 0;
	padding: 0;
	color: #000000;
}
#container {
	width: 1024px;
	background:url(images/biobackground2.jpg) no-repeat top;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 600px;
}

#container_read {
	width: 1024px;
	background:url(images/Sample-Pages-Web-Page.jpg) no-repeat top;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 650px;
}

#container #navcontainer {
	float: left;
	margin-top: 24px;
	margin-left: 140px;
}
#home p {
	font-family: times new roman, times serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#home p a {
	color: #fff;
}

#home p.contact, #home p.contact a {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#home p.contact a:hover {
	color: #7adaea;
}
	
#pdf1 {
	position: relative;
	top: 165px;
	left: 60px;
}

#pdf2-3 {
	position: relative;
	top: 420px;
	margin-left: 60px;
}

#pdf1 p a, #pdf2-3 p a {
	color: #8b95c2;
}

#pdf1 p a:hover, #pdf2-3 p a:hover {
	color: #a6a087;
}


