body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
a {
	color:#cc3333;
	text-decoration:none;
}
a:hover {
	color:#339933;
}
a img {
	border: 0 none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.border_img {
	border-right:8px solid #cc3333;
	margin-right: 5px;
}

#header, #container, #footer {
	width: 980px;
	padding: 0 15px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
#header, #container {
	background: url(../images/bg.png) repeat-y;
}
#header .logo {
	background: url(../images/logo.jpg) no-repeat center;
	height: 246px;
}
#header .logo h1 a {
	display: block;
	width: 263px;
	height: 245px;
}
#header .logo h1 a span, #header .logo h2, #header .logo h3 {
	display: none;
}
#container {
	padding-bottom: 10px;
}
#container .left_column {
	width: 263px;
	float: left;
}
#container .left_column .menu {
	margin-top: 10px;
}
#container .left_column .left_box {
	background-color: #339933;
	padding: 10px;
}
#container .left_column .left_box h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 20px;
	font-style: italic;
}
#container .left_column .left_box ol {
	list-style-type: decimal;
	color: #FFF;
	margin: 20px 10px 10px 20px;
	line-height:1.7em;
	font-weight: bold;
}
#container .left_column .left_box ol li span {
	font-weight: normal;
	color: #FFF;
}
#container .content {
	margin-left: 15px;
	width: 400px;
	float: left;
	text-align: justify;
}
#container .content ol {
	list-style-type: decimal;
}
#container .content ol li {
	margin-left: 30px;
}
#container .content ul {
	list-style-type: disc;
}
#container .content ul li {
	margin-left: 30px;
}
/* NEWS */
#container .content .content_news {
	padding-top:29px;
	width: 400px;
	text-align: justify;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	line-height: 1.4em;
	float: none;
	clear: both;
}
#container .content .content_news .ico {
	float: left;
	width: 92px;
	height: 100px;
	margin-right: 8px;
	border-right: 8px solid #cc3333;
	overflow: hidden;
}
#container .content .content_news .container {
/*	float: left;*/
}
#container .content .content_news .container h3 {
	color: #cc3333;
	font-weight: bold;
}
#container .content .content_news .container h2 {
	display: inline;
	color: #339933;
	font-weight: bold;
}
#container .content .content_news .container .content {
	display: inline;
	margin-left: 0;
	width: auto;
	float: none;
}
#container .content .content_news .container div.content span.readall {
	white-space: nowrap;
}
/****/
#container .content h1.page_title {
	font-size: 18px;
	color: #c91a1f;
	padding-bottom:42px;
}
#container .content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 350px;
	font-size: 20px;
	font-style:italic;
	margin: 0 auto;
	color: #959595;
}
#container .content h4 span {
	display: block;
}

/*rosi*/


#container .content .spazio {
	padding:15px 30px 15px 10px;
	font-family:Verdana,Arial;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	line-height: 1.6em;
}

#container .content .spazio2 {
	padding-left:34px;
}

/*########*/


#container .right_column {
	width: 285px;
	float: right;
}
#footer {
	background: url(../images/bg_bottom.png) no-repeat top center;
	height: 30px;
	padding-top: 15px;
	color:#cc3333;
	font-weight:normal;
	line-height: 1.4em;
}


