#news_left
{
	position:relative;
	width:249px;
	height:297px;
	background-image: url('/img/news_image.jpg');
	background-repeat: no-repeat;	
}

#news_right
{
	position:absolute;
	top:0px;
	right:0px;
	width:470px;/*509*/
	height:277px;/*297*/
	padding:0px 20px 20px 20px;
	overflow:auto;
	overflow-x:hidden;
	background-color:#E3E0EB;
}

#news_right h2
{
	margin-top:1em;
}

#news_right p
{
	width: 85%;
}

#news_right .even 
{
	text-align:right;
}

#news_right .even p
{
	margin-left:auto;
	margin-right:0;
}

#findOut
{
	position:absolute;
	left:0px;
	top:225px;
}