body {
	background-image: url(../img/template/PATTERN.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
#contenitore {
	background-color: #252525;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	width: 720px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#testata {
}
#corpo {
	height: 100%;
	margin-top: 10px;
}
#left {
	width: 518px;
	margin-right: 0px;
	margin-left: 15px;
	float: none;
}
#right {
	width: 153px;
	margin-right: 15px;
	margin-left: 0px;
	float: right;
}
#footer {
	margin-top: 10px;
	text-align: center;
	color: #999999;
	padding-bottom: 10px;
}
#map {
	height:511px;
	width: 510px;
}
.articolo_contenitore {
	background-color: #FFFFFF;
	height: auto;
	margin-bottom: 10px;
}
.articolo_titolo {
	background-color: #000000;
	height: 19px;
	background-image: url(../img/template/titolo.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: capitalize;
}
.articolo_testo {
	height: auto;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/template/sfondo_contenuti.gif);
	background-repeat: repeat-y;
}
.articolo_img {
	height: auto;
	color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #252525;
}
.articolo_titolo_piccolo {

	background-color: #000000;
	height: 19px;
	background-image: url(../img/template/titolo_piccolo.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: capitalize;
}
.articolo_testo_sottomenu {
	height: auto;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: disc;
	text-decoration: underline;
	list-style-position: outside;
	background-image: url(../img/template/sfondo_contenuti_piccolo.gif);
	background-repeat: repeat-y;
	line-height: 15px;
	text-align: left;
}
.articolo_contenitore_img {
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../img/template/sfondo_contenuti.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #760000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
