@media screen, projection {
	.contactcolumns {
		background: url(../../images/col_highlight.gif) 391px top repeat-y;
		width: 585px;
		}
	.contactcolumns .left {
		background: url(../../images/col_cornerlargereverse.gif) top right no-repeat;
		float: left;
		overflow: hidden;
		width: 390px;
		}
	.contactcolumns .right {
		background: url(../../images/col_highlight_top.gif) top left no-repeat;
		float: right;
		overflow: hidden;
		width: 194px;
		}
/**/
	.houseimage {
		border-bottom: 1px solid #fff;
		font: 1px/1px;
		overflow: hidden;
		}
/**/
	dl.contactdl {
		font-size: 10px;
		margin: 7px 0;
		padding: 0;
		}
	dl.contactdl dt {
		font-weight: bold;
		margin: 10px 0 4px 0;
		text-align: left;
		}
	dl.contactdl dd {
		margin: 2px 0 2px 15px;
		text-align: justify;
		}
}
@media print {
	.contactcolumns {
		margin: 10px 0;
		}
	.contactcolumns .left {
		margin: 10px 0;
		}
	.contactcolumns .right {
		margin: 10px 0;
		}
/**/
	.houseimage {
		display: none;
		}
}