/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/
.page-body {
	margin: 0 auto 0 auto;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		margin: 0 10% 0 315px;	
		width: 600px;
		padding: 0 0 50px 0;
		text-align: left;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 10px 0 30px 25px; 
	}

	.page-body ul li, 
	}
*/	
.page-body ol li { 
		padding: 2; 
		margin: 2 2 2 2; 
		color: #fff;
		line-height: 140%;
		font-size: 100%;*/			
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block;  
	padding: 0px; 
	background: #000000;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #000000;
}		

b {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 20px 0;
	color: #000000;
	line-height: 140%;
}
p {
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #999999;
	line-height: 140%;
}
.hidden {
	display : none;
}
*/