/**==============================================================================================**
	© Innovative Concepts - All rights reserved.
	$Id: print.css,v 1.5 2009/02/14 23:29:19 mbreen Exp $
/**==============================================================================================**/

/* Ask the Pros website styles */

/***** Body and main container *****/

body{
margin:0 auto;
padding:0;
font-family:"Times New Roman",serif;
background:#ffffff;
color:#000000;
}
	
#wrap{
margin:2%;
width:auto;
float:none !important;
}
#headerp, #footerp {
	display:none;
	}


#header h1 {
margin:0 0 25px 0;
}

#content img{
display:none;
}

#wrap img{
display:none;
}

#footer {
	display:none;
	}
