/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}



.page-body {
	margin: 0 auto 0 auto;	
}

	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}
a.page-options {
	text-decoration: none; 
	display: block; 

}
.hidden {
	display : none;
}

.image {
	width: 136px;
	height:200px;
	text-align:center;
	
}