/* CSS Document */

.company{
	border:1px dotted #666666;
	padding: 10px;
	width: 620px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.company h3{
	background-image:url(../img/name.gif);
	text-indent: -9999px;
	height: 55px;
	width: 269px;
	background-repeat: no-repeat;
	background-position: left;
}

.company h3 a{
	background-image:url(../img/name.gif);
	text-indent: -9999px;
	height: 55px;
	width: 269px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}


.mail{
	background-image:url(../img/mail.gif);
	padding-left:25px;
	padding-top:3px;
	height:19px;
	width: 269px;
	background-repeat: no-repeat;
	background-position: left;
}


