/*
	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: 70px;
	padding: 70px 10px 20px 0;
	text-align: left;
}
p {
	margin: 0 0 0 0;
	color: #cccccc;
	
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}
