@charset "utf-8";
#nav_contact {
	background-color: #FFFFFF;
	border: thin solid #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
#form {
	float: right;
	height: auto;
	width: 450px;
	text-align: left;
	line-height: 18px;
}
#container #content #nav_contact a {
	color: #000000;
	text-decoration: none;
}

