#newslettersMenu {
	height: 200px;
	width: 700px;
	background-color: #FBFBF9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F9F7EB;
	border-right-color: #F9F7EB;
	border-bottom-color: #D0CCC2;
	border-left-color: #D0CCC2;
	margin-left: 10px;
	margin-top: 15px;
}
#newslettersMenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E7B300;
}

#newslettersMenu img {
	padding: 3px;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #999999;
	float: left;
}
