/*
printlayout.css
this is used when someone want to print the page!
*/

#banner {
	width:96%;
	margin:0% 1% !important;
	height:auto;
	padding: 0px;
	padding-bottom:35px;
	border-bottom: 2px black solid;
}

#links {
	display:none
}

#content {
	padding:1%;
	margin: 1% !important;
	border-width:0px;
	width:96%;
}

#positionedbox {
	background-color:transparent;
	float:none;
	border: 1px black solid;
	width:90%;
}



