div.page .content a {	
	color: #812281;
}

div.page .content .left-content {
	float: left;
	border-right: 1px solid #812281;
	width: 259px; 
}

div.page .content .right-content {
	float: left;
	width: 260px;
}

div.page .content .left-content p.news-date,
div.page .content .right-content p.news-date {
	color: #812281;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 6px;
}

div.page .content .left-content h5,
div.page .content .right-content h5,
div.page .content .left-content p,
div.page .content .right-content p {
	margin-top: 0;
	margin-bottom: 0; 
}

div.page .content .left-content .article,
div.page .content .right-content .article {
	margin-top: 15px;	
}

div.page .content .left-content .content-illustration,
div.page .content .right-content .content-illustration
{
margin-left: 20px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}

div.page .content .left-content .content-illustration img,
div.page .content .right-content .content-illustration img
{
height: 50px;
}

div.right-column .news .content-illustration img,
div.right-column .products-news .content-illustration img
{
	display: none;
}

