/*-----MAINBOX-----*/
#mainbox {
	float: right;
	width: 511px;
}

/*-----LEFTBOX-----*/
#leftbox {
	float: left;
	width: 258px;
}

#leftbox div.blocks {
	width: 258px;
	margin: 0 0 10px 0;
	
}

#leftbox div.blocks div {
	width: 258px;
	
	padding-top: 10px;
}

#leftbox div.blocks h3 a { color: #650c0c; }
#leftbox div.blocks h3 {
	color: #650c0c;
	padding: 0 0 3px 0; margin: 0;
	font-size: 21px;
	text-transform: uppercase;
	background: transparent url(../images/heading_.gif) repeat-x left bottom;
}

#leftbox div.blocks div div {
	padding: 0px;
	margin: 0px;
}

/*BLOCK LASTNEWS*/

#nws {
	text-align: justify;
}

.lastnews {
	font-size: 11px;
	text-align: justify;
}

.lastnews a {
	font-size: 12px;
}

.lastnews p.date a {
	font-size: 11px;
	float: left;
	background-color: #e4e4e4;
	text-align: center;
	margin:0px 10px 0px 0px;
	padding: 0px 2px 0px 2px;
	color: #951111;
}

.lastnews p.date a:link, .lastnews p.date a:visited {
	color: #951111;
	font-weight: bold;
	text-decoration: none;
}

.lastnews p.date a:hover {
	color: #ffffff;
	background-color: #951111;
	text-decoration: none;
}

.lastnews img {
	display: none;
}