 /*printer styles*/ 
@media print { 
/*hide the header,menu,footer,validated divs when printing*/
	#container {width:100%; border:0;}
	#subscribe, #sidebar, #decoration-bottom {display:none;}
	#content {margin:0;}
}	