/* CSS Document */
#contact {
	position: absolute;
	top: 80px;
	left: 218px;
	white-space: nowrap;
}
#contact a {
	padding: 2px 7px;
	margin: 0 1px 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
	background-color: #C82537;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}
#contact a:hover {
	background-color: #cc0;
	text-decoration: none;
	border: 1px solid #C82537;
}
