/*
 * Print Stylesheet
 */

body {
	border:none;
}

form, #header, #sidebar {
	display: none;
}

#content {
	font-size:.9em;
	line-height:1.4em;
}

.widthlimiter, .outer, #content {
	width:100%;
	padding:0;
	border:none;
}

.widthlimiter {
	overflow:hidden;
}

img {
	max-width:100%;
}

#footer {
	text-align:center;
	clear:both;
}

#footer p {
    padding:0 10px;
    display:inline;
}