#news
{
	width: 560px;
	position: relative;
	top: 215px;
	left: 220px;
	border-radius: 10px;
  box-shadow: 0px -4px 10px rgba(0 ,0 ,0 ,0.25);
	margin-bottom: 10px;
}

#news-title
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #e7f7f7;
	height: 25px;
	line-height: 25px;
	padding: 5px 0 0 10px;
	font-size: 14px;
/*  text-shadow: 0 0 2px rgba(0 ,0 ,0 ,0.3);*/
}

#news-text
{
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px;
}

#news-text *
{
	color: #000000;
	font-size: 12px;
	line-height: 17px;
}

#news-text h1
{
	font-size: 12px;
	margin: 20px 0 10px 0;
}

#news-text h1:first-child
{
	margin-top: 0;
}


#news-text p
{
	margin: 0 0 10px 0;
}

#news-text ul
{
	margin: 0 0 10px 30px;
	list-style-type: square;
	list-style-position: outside;
}

#news-text ul li
{
	line-height: 20px;
}

#news-text ol
{
	margin: 0 0 10px 30px;
	list-style-position: outside;
}

#news-text ol li
{
	line-height: 20px;
}

#news-text table
{
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #ececec;
	border-radius: 10px;
	border-collapse: collapse;
}

#news-text table th
{
	padding: 5px 10px;
	border-bottom: 2px solid #ffffff;
}

#news-text table td
{
	padding: 5px 10px;
	border-top: 1px solid #ffffff;
}
