/*
 * Print Stylesheet
 */

body {
	border:none;
}

#menu, form, #header h1 {
	display: none;
}

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

.widthlimiter {
	overflow:hidden;
}

img {
	max-width:100%;
}

#header .widthlimiter {
	height:auto;
	overflow:hidden;
}

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

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