/*
#masthead, #columnone, #columnthree, #animation, #rentbox, #salebox, {
	display:none;
	background:none;
}
#columntwo{
	width:100%;
}
*,*.*,div,#wrapper {
	background: #ffffff;
	border: 0px solid #000000;
	color:#000000;
}
body,p,div,td,span,a,h1, h2, h3,h4, h5, h6,blockquote,pre,ul, ol, dl,table {
	background: #ffffff;
	border: 0px solid #000000;
	color:#000000;
} 

@media print {
	body,p,div,td,span {font: 11px/17px Helvetica, Arial,sans-serif;}
	a {font: 10pt/15pt Helvetica, Arial, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }  
	table { page-break-inside: avoid }
}
*/