/* Firefly Bioworks CSS Style Sheet */
/* February 2010 */


body {
	font-family: sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: dimgray;
}


a { outline: none; }


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

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

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


#sidebar {
	position: absolute;
	line-height:1.5em;
	margin-top: 5%;
	margin-left: 5%;
}

#sidebar li {
	list-style-type: none;
}


#logo {
	position: absolute;
	margin-top:25%;
	margin-left:8%;
}

#content {
	position: absolute;
	width:50%;
	margin-top:5%;
	margin-left:25%;
}


#footer {
	position: absolute;
	bottom: 3%;
	width: 99%;
	text-align: center;
	color: silver;
}


h1 {
	font-size:1.2em;
	color: royalblue;
}
