/*
	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:190px; margin-bottom:20px; font-size:12px; 
color:#03C;
text-align: center;
}
.page-body a{
 color:#8c8c8c;
	text-align: left;
}
.page-body a:hover{ border-bottom:0px; color:#fff; text-decoration:underline
}

	.page-footer {
		margin: 0 10% 0 315px;	
		width: 600px;
		padding: 0 0 50px 0;
		text-align:center;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
	}


.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: #555; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px;  
	background: #f0f0f0;
	margin: 3px 0 0 0;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #C30; 
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}
a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #333; border-bottom:0px;
}		


.hidden {
	display : none;
}

