/*
 * Print Stylesheet
 */

body {
	border:none;
}

nav, form{
	display: none;
}

.contentbox {
	width:100%;
	padding:0;
	border:none;
}

img {
	max-width:100%;
}

header {
	height:auto;
	overflow:hidden;
}

footer {
	text-align:center;
	clear:both;
}

footer p {
    padding:0 10px;
    display:inline;
}