div#news{
	position:relative;
	width:800px;
	height:380px;
	margin-left:150px;
	margin-top:20px;
}
#news img {
	margin: 6px;
	padding: 1px;
	border: 2px solid white;
	background-color: black;
}
.newsLeft {
	position:relative;
	margin-bottom:30px;
	width:150px;
	float:left;
}
.newsRight {
	position:relative;
	margin-bottom:30px;
	width:500px;
	float:left;
}
.newsDate {
	font-size:140%;
}
.newsHeadline {
	font-size:150%;
	margin-bottom:5px;
	margin-top:5px;
}
.newsText:first-letter {
	font-size:150%;
}	
div#newsletter{
	text-align:center;
	width:100%;
	height:39px;
	font-size:140%;
	

}
#newsletter a {
	display:block;
	height:39px;
	padding-top:15px;
	background:url('vecona/img/empty_news.png');
	background-repeat:no-repeat;
	background-position:center;
	color:black;
}
#newsletter a:hover{
	display:block;
	height:39px;
	background:url('vecona/img/empty_news_h.png');
	background-repeat:no-repeat;
	background-position:center;
}
