@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:	#666666;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a:hover {
	color: #999999;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}


img {
	border: none;
}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
}

h2 {
	margin: 0px;
	line-height: normal;
}

/* ------- LAYOUT ------- */

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 770px;
	text-align: left;

}

#menu {
	border-bottom: 6px solid #666666;
	height: 25px;
	margin-bottom: 3px;
	margin-top: 15px;
	
}

#sub {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 30px;
	height: 536px;
	text-align: center;
}


#footer {
	border-top: 6px solid #666666;
	margin-top: 3px;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
	color: #999999;
	height: 25px;
}

#next0 {
	 position: relative;
	 top: -300px;
	left: 390px;
}

#prev0 {
	 position: relative;
	 top: -300px;
	left: -390px;
}

#biopage {
	text-align: right;
	width: 844px;
	margin-left: 30px;
	margin-top: 10px;
	line-height: 20px;
	font-size: 10px;
}


