body,html{
	background: #20201e;
	width: 100%;
	margin:0;
	padding:0;
	font-family: arial, helvetica,verdana,sans-serif;
	font-size:12px;
	color:#fff;
	height: 100%;
}
b { color: #fff; }
img {border:0;}
a {text-decoration:none;}

h1 {
	float: left;
	background: #20201e;
	width: 943px;
	line-height: 25px;
	margin: 0 0 20px -20px;
	padding-left: 15px; 
	font-family: georgia, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
	h1 b {
		color: #20b148;
	}

h1.minuscolo{
	text-transform: none;
}	

h2 {
	margin: 0;
	padding-left: 10px;
	font-family: georgia, arial, verdana, helvetica;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	height: 30px;
}
	h2 b {
		color: #4e7c45;
		text-transform: uppercase;
	}
.cleaner {clear:both;}
.hidden {display:none; height:0; border:none; background:none; line-height:0;}


/* struttura */
#main {
	width: 960px;
	margin: 0 auto;
}
	/* header */
	#main #header {
		float: left;
		background: ;
		width: 960px;
		height: 320px;
	}
		#main #header #logo {
			float: left;
			width: 960px;
			height: 50px;
		}
		#main #header #emozionale {
			float: left;
			width: 960px;
			height: 232px;
		}
			#main #header #emozionale .riva {
				float: left;
				width: 316px;
				height: 232px;
			}
			#main #header #emozionale .foto {
				float: left;
				width: 620px;
				border-left: 2px solid #868364;
				border-right: 2px solid #868364;
				margin-left: 20px;
			}
			
		#main #header #menu {
			float: left;
			width: 960px;
		}
			#main #header #menu .voce {
				float: left;
				display: block;
				width: 190px;
				line-height: 30px;
				margin: 5px 1px;
			}
				#main #header #menu .voce a {
					float: left;
					display: block;
					background: url('../images/common/menu.jpg') repeat-x;;
					width: 190px;
					height: 30px;
					line-height: 30px;
					font-weight: normal;
					font-size: 14px;
					color: #fff;
					text-align: center;
				}
					#main #header #menu .voce a:hover {
						background: url('../images/common/menu-hover.jpg') repeat-x;
					}
			#main #header #menu .active {
				float: left;
				display: block;
				width: 190px;
				line-height: 30px;
				margin: 2px 1px;
				border-top: 2px solid #b9b697;
				padding-top: 1px;
			}
				#main #header #menu .active a {
					float: left;
					display: block;
					background: url('../images/common/menu-hover.jpg') repeat-x;;
					width: 190px;
					height: 30px;
					line-height: 30px;
					font-weight: normal;
					font-size: 14px;
					color: #fff;
					text-align: center;
				}
			
		
/* content */
#main #content {
	float: left;
	background: #2a251f;
	width: 918px;
	border: 1px solid #3c3934;
	margin-top: 15px;
	padding: 20px;
}
	#main #content b {
		color: #fff;
	}
	/* news - in evidenza + news & eventi */
	#main #content .focus {
		float: left;
		display: block;
		width: 30%;
		text-align: left;
		margin: 0 7px;
	}
		#main #content .focus img {
			float: left;
		}
		#main #content .focus div {
			float: left;
			text-align: left;
		}
	
		
		

/* footer */
#main #footer {
	float: left;
	width: 940px;
	
	padding: 10px;
}
	#main #footer a {color:#46ad20;}
		#main #footer a:hover {color:#46ad20;}
	#main #footer .text {
		float: left;
		width:280px;
		font-size:10px;
		text-align:left;
		margin:0 5px 0 5px;
		font-weight: normal;
		color:#fff;
	}
		#main #footer .text b {
			font-size:11px;
			color:#fff;
		}
	#main #footer .menu {
		float: left;
		width: 500px;
		text-align: left;
		color: #fff;
		margin-right: 10px;
	}
		
	#main #footer .addviser {
		float: left;
		width:130px;
		height: 60px;
		font-size:10px;
		text-align: right;
		color: #fff;
		padding-right: 10px;
	}

/* error overlay */
#error {width:100%; height:100%; top:0; z-index:9990; background:url(../images/common/nero.gif); position:absolute;}
#err_msg {width:334px; padding:0 8px 0 8px; height:170px; z-index:9991; position:absolute; left:50%; top:0;  margin-left:-150px; background:#fff; text-align:center; color:#444; line-height:19px;} 
#err_msg #close_btn {width:21px; height:19px; margin:8px 0 30px 0; float:right; cursor:pointer; background:url(../images/common/chiudi.gif) no-repeat;}

