#contact dl {
	height: 1%;
}

#contact dl dt {
	width: 200px;
	text-align: right;
	font-weight: bold;
	float: left;
	clear: left;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
}

#contact dl dd {
	float: left;
	width: 400px;
	line-height: 25px;
	margin-left: 5px;
	height: auto;
}
 
