/*
	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;	
	width: 862px;
	padding: 0px 0 20px 0;
	text-align: left;
}

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 1px;
	line-height: 18px; 
}

a.page-options:hover, 
a.page-options:focus {
	color: ##0033CC; 
}		

.hidden {
	display : none;
}
