/** globals **/

	@page
	{
	  margin: 0.5in;
	}
	
	body, html 
	{
		width:100%;
		height:100%;
		margin:0; padding: 0 !important;
		position:relative !important;
		overflow:static !important;
		float:none !important;
		color:#000000 !important;
		background-color:#ffffff !important;
	}
	
	p, h1, h2 
	{
		margin:0;
		padding:0px 5px 0px 5px;
	}

/* screen layout */

	#navTop * { display:none; }
	.backToTop * { display:none; }
	.webdev * { display:none; }
	#waitVideoPU  { display:none; }
	#orderPlansPU { display:none; }
	.youTubeVideo, .backToTop, .webdev { display:none; }
	
	#wrapper 
	{
		border: none;
		color:#000000 !important;
		background-color:#ffffff !important;
		background-image: none !important;
		position:static !important;
		overflow:visible !important;
		width:100%;
	}
	
	#banner *, #bannerPage *
	{
		color:#000000 !important;
		background-color:#ffffff !important;
		position:static !important;
		overflow:visible !important;
	}
	#content
	{
		color:#000000 !important;
		background-color:#ffffff !important;
		background-image: none !important;
		position:static !important;
		overflow:visible !important;
		float:none !important;
	}


/** specific pages **/

	/** building pics page **/
	
	#bodyPics hr { display: none !important; }
	#bodyPics hr:first-of-type { display: block !important; }
	.paypal * { display: none !important; }
	

