#footer-layer
{
	text-align: center;
	color: #666;	
	border-top: 3px solid #ddd;
	background-color: #eee;
}

#footer-table
{
	width: 1000px;
	margin: auto;
}

#footer-cell-1
{
	width: 300px;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
	

#footer-cell-2
{
	width: 700px;
	vertical-align: top;
	text-align: right;
}
	#footer-cell-2 .links
	{
		margin: 5px 5px 0px;
		font-size: 0.8em;
	}
	#footer-cell-2 .copyright
	{
		margin: 2px 5px 20px;
		font-size: 0.8em;
	}
	
#toc
{
	text-align: center;
	color: #666;	
	border-top: 1px dotted #ddd;
	padding: 5px 5px 20px;
	font-size: 0.8em;
	background-color: #fff;
}