body {	color: #A5A5A4;
	font-size: 1em;
	font-family: Georgia, serif;
	background-color:#000;
}
a,a:link,a:visited {color: #91BD27; text-decoration: none;}
a:hover,a:active,a:focus {color: #A5A5A4; text-decoration: none;}
:focus {outline: none;}

/* H1 is generally used for logo & that's it */
h1,h2, h3, p {
	line-height: 120%;
  	margin: 0 0 20px 0;
	}


h1 {
	margin: 0 auto 10px auto;
	display: block;
	height: 123px;
	width: 500px;
	background: url('../i/ArtLAB-beaker-logo-500.jpg') 0 0 no-repeat;
	text-indent: -9999px;
}
h2, h3 {
	color: #32AFD3;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	letter-spacing: .2em;

}
h3 {
	font-size: .8125em;
	margin-bottom:0;
}
h4 {
	color: #837086;
	font-family:"Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: 10px;
	font-weight: 100;
}
p {
	font-size: 15px;
	margin:5px 0 30px 0;
	font-style: italic;
	line-height: 150%;
}

/* General */
#content {
	margin: 10% auto 0;
	width: 700px;
	text-align: center;
}