/**********************  
	print.css  

Changes are all shown at the bottom
***********************/

/**************************************

Redefinitions used for print.css

**************************************/
#wrapAll {
	margin: 2px 0px 2px 20px;
}
#wrapLeft {
	display: none;
}
#LocationPage .Left .MiddleLeft{
	display: none;
}	
#webAddress {
	display:block;
}

#wrapDesigner {
	display:none;
}
#DesignerPrintOnly {
	display: block;
	font-size:13px;
	font-weight:400;
}

/**************************************
Print Cludges
****************************************/
#IndexPage .thumbsRow img {
	display: block;
	float: left;
	margin:4px 8px 0px 0px;
	padding:0px;
}
#IndexPage .thumbsRow img.LastImage{
	margin: 4px 0px 0px 2px;
	padding:0px;
	float: left;
	display: block;
}
