/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #000;
	margin: 5px;
	color: #fff;
}
a:link, a:visited {
	color: #99f;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a:link img {
	border: 2px solid #99f;
}
div#main {
	width: 725px;
	margin: auto;
}
h1 {
	background-image: url(bacteriumlogo.jpg);
	height: 128px;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #fff;
	margin: 0;
}
h1 span {
	display: none;
}
div#sidebar {
	float: right;
	width: 150px;
	border-left: 1px solid #fff;
	background-color: #444;
	background-image: url(biohazard.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
h2#sidebar-title {
	position: absolute;
	top: -500px;
}
#accessibility {
	position: absolute;
	top: -1000px;
}
ul.rlinks {
	margin: 0;
	padding: 0;
}
ul.rlinks li {
	display: block;
	list-style-type: none;
}
ul.rlinks a:link, ul.rlinks a:visited {
	display: block;
	padding: 10px;
	margin: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul.rlinks a:hover, ul.rlinks a:active {
	background-color: #333;
	text-decoration: underline;
}
div#content {
	padding: 10px 160px 10px 10px;
	text-align: justify;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #222;
}