/* Print styles 
-----------------------------------------------------*/
html,body {
	min-height: 100%;
	margin-bottom: 1px;
	margin: 0;
}
#header h1 { border-bottom: 2px solid #333; }
#header h1 a { color:#333; text-decoration:none; }

#content {
	margin-right: 0px;
	padding: 0 5px 20px 5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#sidebar,
#footer { position:absolute; left: -100%; }

#content p { line-height: 2.2em; text-align: justify; }

img {border: 0px;}

img.pic {
	background-color: #FFF;
	padding: 5px;
	margin: 10px;
}

blockquote {
	padding: 10px;
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	text-align: center;
}
