@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.stylerights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#responsibilities {
	width: 162px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;	
}

#envelope {
	width: 162px;
	height: 54px;
	float: left;
	text-align: center;
	margin-top: 22px;
}

#envelope p {
	width: 85px;
	height: 54px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: purple;
	text-decoration: none;
	background-image: url('../images/envelope1.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#envelope p a {
	width: 85px;
	height: 54px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 54px;
	color: purple;
	text-align: center;
	text-decoration: none;
}

#envelope p a:hover {
	color: purple;
	text-decoration: underline;
}
