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

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

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

#leftbox div.blocks div {
	width: 258px;
	padding-bottom: 20px;
	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*/
.lastnews p.date a {
	background-color: #780b0b;
	display: block;
	width: 76px; height: 23px;
	line-height: 23px;
	text-align: center;
}

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

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

.lastnews img {
	display: none;
}