div#container
{
	width: 1024px;
	margin: 0 auto;
}

div#experiment
{
	clear:both;
	width: 939px;
	margin: 0 auto;
}

div#experiment div#pictures
{
	float:left;
	width:251px;
	margin-right: 16px;
	margin-top: 44px;
}

ul#gallery
{
	margin: 0;
	padding: 0;

	float:left;
	width:251px;
	margin-right: 16px;
	margin-top: 44px;
}

ul#gallery li
{
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	vertical-align: top;

	margin: 0;
	margin-bottom: 8px;
	zoom: 1;

	width: 251px;
	_height: 170px;
	min-height: 170px;
}

ul#gallery li a
{
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

ul#gallery li a:hover
{
	text-decoration:none;
}

ul#gallery li a img
{
	border-style:none;
}

span.alt
{
	display:none;
}

span.green
{
	color:#B7ED27;
}

span.amber
{
	color:#FFF000;
}

img.heading
{
	display: block;
	clear: both;
}

div#experiment div#details
{
	float:left;
	width: 672px;
}

div#experiment div#details div#inner
{
	padding: 8px;
}

div#experiment div#details div#inner ol
{
	list-style-type: decimal;
}

div#experiment div#details div#inner ul
{
	list-style-type: disc;
}

div#experiment div#details div#inner p, ol li, ul li
{
	color:#fae7f1;
	font-size:10pt;
	text-decoration:none;
}

div#experiment div#details a#top
{
	display:block;
	
	width: 672px;
	height: 88px;

	background-image: url("/images/funstuff/experiments/bg_experiments_top.png");
	background-repeat: no-repeat;
}

div#experiment div#details div#middle
{
	width: 672px;

	background-image: url("/images/funstuff/experiments/bg_experiments_mid.png");
	background-repeat: repeat-y;
}

div#experiment div#details div#bottom
{
	width: 672px;
	height: 8px;

	background-image: url("/images/funstuff/experiments/bg_experiments_bottom.png");
	background-repeat: no-repeat;
	vertical-align:top;
}
