.banner
{
	margin-top: 10px; 
	background: url('../../images/news/banner.jpg') no-repeat; 
	background-position: top right; 
	width: 1000px; 
	height: 105px;
	float: left;
}

.main-content
{
	float: right; 
	width: 905px;
}

.title-news
{
	color: #fac455; 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial;
	width: 299px;
	height: 26px;
	background: url('../../images/news/news_title_bg.jpg');
	margin-botom: 20px;
	float: right;
	text-align: right;
	padding-top: 2px;
	padding-right: 20px;
}

.title-events
{
	color: #fac455; 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial;
	width: 247px;
	height: 26px;
	background: url('../../images/news/events_title_bg.jpg');
	margin-botom: 20px;
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-left: 20px;
}

.col
{
	width: 380px;
	font-size: 8pt;
	float: left;
	margin-left: 10px;
	
	
}

.col-first
{
	margin-left: 0px;
	float: left;
	background: url('../../images/news/bg_grad.gif') repeat-x;
	width: 450px;
	margin-left: 40px;
}

div.col span.header
{
	font-weight: bold;
}

div.col span.date
{
	color: #9b1a46;
}

div.col div.body
{
	font-size: 8pt;
	line-height: 16px;
}

div.col a
{
	color: #a62650;
}

div.col p
{
	margin-bottom: 5px;
}
