




/* contact
-------------------------*/
.contact {
	width: 710px;
	margin: 0 auto;
	float: none !important;
	
}
.contact table {
	width: 100%;
	border-collapse: collapse;
}
	.contact table th {
		background: #fef1f2;
		border: solid 1px #e1dbd7;
		padding: 10px;
		width: 30%;
		font-size: 125%;
	}
	.contact table td {
		background: #fff;
		border: solid 1px #e1dbd7;
		padding: 20px;
	}





























