
body {
	font-size				: 11px; 
	font-family 			: Verdana, Helvetica, sans-serif;
 	background-image		: url(../images/box_bg.png);
 	background-repeat		: repeat-x;
}

/* ###############################################################################*/
/*	CLASSI BOX NEWS (BOX IN BASSO A DX)
/* ###############################################################################*/

.new_box_container {
	float				: left;
	margin				: 7px 0 0px 0;
	width				: 294px;
	height				: 55px;									/* ALTEZZA DI OGNI SINGOLO BOX DELLE NEWS */
}

.new_top_bg {
	float:left;
	height:3px;
	line-height:3px;
	width		: 284px;/* 284px; */
	background	:transparent url(../images/box_news_bg_top.png) no-repeat scroll 0 0;
	background-position:bottom left;
/* 	border:1px solid #0f0; */
}

.new_down_bg {
	float				: left;
	height				: 3px;
/* 	width				: 284px; */
	width				: 284px;
	background-image	: url(../images/box_news_bg_down.png);
	background-repeat	: no-repeat;
/* 	border:1px solid #0f0; */
}

.new_box {
	float				: left;
/* 	width				: 279px; */
	width				: 284px;
 	height				: 49px;					/* ALTEZZA DI OGNI SINGOLO BOX DELLE NEWS - MENO - 6PX DEI DIV DI TOP E DOWN BORDI */
	background-image	: url(../images/box_news_bg.png);
 	background-repeat	: repeat-y;
 	padding-left		: 5px;
 	padding-right		: 5px;
 	font-size:13px;color:#2C2C2C;
/*  	border:1px solid #f00; */
}

.new_box a {
	color				: #4E4E4E;
	text-decoration		: none;
	font-size			: 11px;
}

.new_box a:hover {
	color				: #8E8E8E;
}

#nav_bar {
	clear				: left;
	width				: 100%;
	height				: 15px;
	bottom				: 0;
	color				: #fff;
}

#nav_bar a {
	color				: #0B3F4C;
	text-decoration		: none;
}

#nav_bar a:hover {
	color				: #167F99;
	text-decoration		: none;
}
