
body { 
	color: #333; 
	font-size: 92.5%;
	background: #282828;
}
#page-wrapper {
	background: #282828 url(/images/page-shadow.png) 50% 50% repeat-y; 
}
#footer-wrapper {
	background: #282828 url(/images/page-shadow-bottom.png) no-repeat 50% 0%;
	padding: 20px 0 10px 0;
	text-align: center;
	height: 90px;
}
#footer .boilerplate {
	clear: both;
	margin: 20px 0 0;
	color: #999;
	padding: 0 10px;
}

a[target="_blank"] {
	background:url(/images/external-link.png) 99% 50% no-repeat; 
	padding-right: 13px;
}

.footnotes {
	font-size: 13px;
	color: #666;
}
.footnotes a:link { color: #06c; }
.footnotes a:visited { color: #06c; }
.footnotes a:hover { color: #27f; }
.footnotes a:active { color: #27f; }
.footnotes li {
	padding-bottom: 10px;
}

.easy-to-read {
	line-height: 1.8;
	font-size: 15px;
	padding: 40px;
	color: #000;
}
