/*don't print the entire header*/
#layer1, #layer2, #layer3, #layer4, #layer5, #layerFooter, #layer2spacer {
	display: none;
	} 

/*take the border off and fit it to the paper*/	
#innercontainer {
	width: auto;
	margin: 0;
	padding: 0;	
	border: 0;
	}
	
#layerContent 	{
	border: 0;
	margin: 0;
	padding-top: 5px;

	}

#layerContent p{
	border: 0;
	margin: 0;
	padding: 0;
	}

/*this is just used on the home page*/
#layerHomeContent{
	margin: 0;
	}
	
/*don't print images*/
img{
	display:none;
	}
