body{
	height:auto;
}

.part{
	border:0px solid black;
	background-color:transparent;
}
	.part h3{
		color:#933;
	}
#toc{
	display:block;
	padding:10px;
	position:relative;
	margin:15px 0;
	width:305px;
}
	#toc h3{
		padding-bottom:10px;
	}
	#toc h3 strong{
		font-size:13px;
		color:black;
	}

	#toc li{
		list-style-type:circle;
		padding-left:5px;
		margin-left:15px;
	}
		#toc a{
			color:#69C;
		}
div.section{
	border:0px black solid;
	width:900px;
	padding:0px;
	margin: 0px 0;
	position:relative;
	clear:both;
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow:hidden;
		clear:left;
		margin: 10px 0 0 10px;
		position:relative;
		width:900px;
		height:300px;
	}
        
        div.pane2{
		overflow:hidden;
		clear:left;
		margin: 10px 0 0 10px;
		position:relative;
		width:700px;
		height:300px;
	}
        
ul.elements{
	background-color:transparent;
}
	ul.elements li{
		width:400px;
		height:200px;
		font-weight:bolder;
		border:1px black solid;
		text-align:center;
		padding:50px;
		position:relative;
		background-color:#DDD;
	}
		ul.elements li a{
			bottom:20px;
			color:#933;
			font-size:12px;
			left:125px;
			position:absolute;
		}
		ul.elements li p{
			color:#666;
		}
	#pane-options ul.elements li{
		margin:5px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
	clear:left;
}
	ul.links a{
		color:#69C;
		margin:0pt 5px;
	}
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}