div#content
{
	float: left;
	width: 430px;
}

div#content_3
{
	float: right;
	padding: 10px 20px;
	width: 180px;
}
div#content_3 a
{
        color: transparent;
}

div#content_3 div#newsletter
{
	background-image: url(../cmsimages/newslettersidebar.jpg);
	background-repeat: none;
	height: 309px;
	margin: 0 0 0 15px;
	font-weight: normal;
	width: 168px;
}

div#content_3 div#blog
{
	background-image: url(../cmsimages/latestblog.jpg);
	background-repeat: none;
	height: 287px;
	margin: 0 0 0 5px;
	font-weight: normal;
	width: 176px;
}

div#content_3 div#blog ul
{
	padding: 57px 12px 0 15px;
	list-style-type: none;
	margin: 0px;
}

div#content_3 div#blog a
{
	color: #7F8866;
	font-weight: bold;
}

div#content_3 div#blog a:visited
{
	color: #BA7259;
}

div#content_3 div#blog a.readmorelink
{
	padding: 20px 0 0 15px;
}

