/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

img {
	border:0px;
}
.page-body {
	margin: 0 auto 0 auto;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}
.notice {
	border: 3px solid #ffffff;
	padding: 10px;
	color: #ffffff;
	background-color: #999999;
	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: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a.page-options:hover, 
a.page-options:focus {
	color: #CCC;
	background-color: #ffffff;
}		

p {
	margin: 0 0 20px 0;
	color: #000000;
	line-height: 140%;
}

	p small, 
	li small {
		color: #999999;
		font-size: 100%;
	}
	
	p em, 
	em {
	color: #000000;
	}

.hidden {
	display : none;
}

