body {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../immagini/top-bg.jpg) repeat-x;
}

a:link, a:visited {
	color: #B58001;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* STRUTTURA PAGINA */
#main {
	width: 860px;
	margin: 0px auto;
}

/* per IE7 */
#top {
	height: 66px;
	width: auto;
	/*background: url(../immagini/logo.gif) no-repeat;*/
	clear: both;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
}

html>/**/body #top {
	height: 66px;
	width: auto;
	/*background: url(../immagini/logo.gif) no-repeat;*/
	clear: both;
	text-align: left;
	margin-top: -15px !important;
	margin-top: 0px;
	padding: 0px;
}

#top h1 {
	font-family: Verdana;
	color: #FFF;
	text-align: left;
	margin-top: 0px;
	/*padding-top: 10px;*/
	padding: 20px 0 0 0;
}

#navbar {
	height: 33px;
	width: auto;
	clear: both;
	/*line-height: 31px;*/
	padding: 4px 6px 0px 6px;
	margin-top: 0px !important;
	margin-top: -10px;
}

#navbar ul, #navbar ul li {
	padding: 0px;
	margin: 0 0 0 0;
	list-style: none;
	float: left;
}

#navbar li a:link, #navbar li a:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #2F3406;
	margin-right: 30px;
	height: 33px;
	display: inline;
	float: left;
	width: auto;
	color: #FFF;
}

#navbar li a:hover {
	color: #000;
}

#active {
	/*background: url(../immagini/arrow-pos.gif) no-repeat left bottom;*/
	background: url(../immagini/arrow-pos.gif) no-repeat 10px 20px;
}

div.spacer {
	clear: both;
}

#pagina {
	margin:20px 0;
}

#container {
	width: auto;
	clear: both;
	background: url(../immagini/bg-line.gif) repeat-y;
	border-top: 6px solid #FFFFFF;
}

#container-left {
	width: 600px;
	float: left;
	padding-right: 25px;
}

#container-right {
	width: 210px;
	padding-left: 25px;
	float: left;
}

#container-right h2, 
#container-right h1,
#container-left h2,
#container-left h1 {
	font-size: 13px;
	color: #333333;
	margin: 0 0 10px 0;
	line-height: 28px;
	background: url(../immagini/h1-bg.gif) no-repeat #EFEFEF;
	padding-left: 8px;
}

#container-right h2,
#container-right h1{
	background: url(../immagini/bg-h1-r.gif) no-repeat #EFEFEF;
}

#eventi { border: dotted 1px #333; padding: 8px; }
#eventi h3 { font-size: 1.1em; margin: 0px; padding-bottom: 4px; }

#galleria { text-align: center; font-size: 0.8em; color: #333; }
#galleria img { border: solid 1px #B58001; }
#galleria h3 { font-size: 1.5em; margin: 0px; padding-bottom: 4px; }

#footer {
	width: auto;
	clear: both;
	color: #666666;
	border-top: #CCCCCC solid 1px;
	padding-top: 14px;
	margin-bottom: 30px;
	background: #FFFFFF;
}

#footer span { 
	font-size: 11px;
}

.dati { border: solid 1px #888; }
.dati th { background-color: #000; color: #FFF; padding: 4px;}
.dati td { border: solid 1px #888; padding: 4px; margin: 0px; }
.dati td.grigio { background-color: #AAA; }
