/* CSS Document */#contact {	position:absolute;	margin-top:335px;	width:1000px;	text-align: center;	font: 12px/17px Arial, Helvetica, sans-serif;	color: #828282;}#contact h3 {	color: #FF7900;	text-align: center;	margin: 0;	padding: 0 0 5;	}#contact strong {	color: #FF7900;}#contact a {	color: #828282;	text-decoration:none;}#contact a:hover {	color: #FF9D00;	text-decoration:underline;}	