#contacts {
	display: none;
}

#content .contacts {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	zoom: 1;
}

#content .contacts .address {
	float: left;
	margin-right: 10%;
	white-space: normal;
	width: 45%;
}

#content .contacts .others {
	float: left;
	margin-right: -1px;
	width: 45%;
}

#content .contacts dt {
	font-weight: normal;
	margin-right: .5em;
}

#content .contacts dt,
#content .contacts dd {
	float: left;
}
