ul,li,h1,h2,h3{
	list-style:none;
	padding:0;
	margin:0;

}
.part{
	border:1px solid black;
	background-color:white;
}
	.part h3{
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	float:left;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}

	#toc li, #links li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		#toc a{
			color:#69C;
		}
div.section{
	border:1px black solid;
	width:950px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow:hidden;
		clear:left;
		position:relative;
		width:893px;
		height:287px;
	}

	#main_gallery ul.elements li{
		float:left;
	}
	#pane-options{
		margin-bottom:10px;
	}


