@charset "utf-8";
/* CSS Document */

#newsletter_block {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 650px;
	position: relative;
}


#letter_icon  {
	font-size: 1em;
	font-weight: bold;
	color: #1D1F52;
	text-decoration: none;
	list-style-type: none;
	padding: 0px;
	float: left;
	background-color: #EEE;
	position: relative;
	width: 650px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#letter_icon img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 50px;
}

#letter_icon  li {
	margin: 0px;
	padding: 0px;
	line-height: 55px;
}
#letter_icon  a:link, #letter_icon  a:visited {
	background-image: url(images/closed_letter.gif);
	text-decoration: none;
	padding: 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	background-position: center;
}
#letter_icon  a:hover {
	background-repeat: no-repeat;
	background-image: url(images/Email.gif);
	background-position: top;
}
#narrative {
	margin-top: 10px;
	padding-top: 10px;
}
