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

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

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: 7%;
	margin-left: 4%;
}

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

#content {
	position: absolute;
	width:60%;
	margin-top:3%;
	margin-left:23%;
}


#footer {
	text-align: center;
	color: silver;
}


/* Additional style for image gallery */ 
#gallery img{
margin: 5px 5px 5px 5px; /*margin between images*/
width: 30%;
}

