/*
Contact Css
Copyright 2005 Visionten Crop.
Data CSS
$Revision: 1.0 $
*/
#contactbox {
	clear:both;
	width:800px;
	height:281px;
	background:url(../images/contact.jpg) no-repeat;
	color:#000;
	font-family: "Lithos Pro Regular", "Lithos Pro Light", "Comic Sans MS";
	font-size: 11pt;
	font-weight:bold;
}

#contactarea {
	display:table;
	padding:120px 0px 0px 234px;
}

#contactarea a {
	color:#000;
	background:transparent;
	text-decoration:none;
}
#contactarea a:visited {
	color:#666;
	background:transparent;
}
#contactarea a:hover {
	color:#333;
	background:transparent;
}