body {
	font-family: arial;
	font-size: 10px;
	margin: 0px;
}

img.biopic {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.common {
	border: 1px solid black;
	position: absolute;
	padding: 0px;
	background: #f0f0ff;
}

#navbar {
	left: 56%;
	top: 25%;
	width: 9%;
	text-align: center;
}

#header {
	top: 18%;
	left: 15%;
	width: 50%;
	text-align: center;
	font-weight: bold;
}

#content {
	top: 25%;
	left: 15%;
	width: 40%;
}

#title {
	font-size: 20px;
	position: absolute;
	left: 8%;
	top: 8%;
}

.logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.border {
	position: relative;
	padding: 5px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}

#copyright {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#scilink {
	position: absolute;
	top: 5px;
	left: 40%;
	width: 20%;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}



