/* CSS Document */

body {
	color: #FFFFFF;
	background-color:#2E3423;
	background-image: url(immagini/sfondo4.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#centro-est {
	background-color:#FFFFFF;
	padding: 0px;
	height: 100% !important;
	height: 900px;
	width: 36%;
	position: absolute;
	margin: 0px;
	left: 32%;
	top: 0px;
}
#centro-int {
	background-color:#FFFFFF;
	padding: 0px;
	height: 100%;
	width: 96%;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E3423;
	border-left-color: #2E3423;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 177px;
	width: 100%;
	margin: 0px;
	position: absolute;
	z-index: 2;
	top: 30px;
}
#content {
	padding: 0px;
	height: 300px;
	width: 100%;
	margin: 0px;
	position: absolute;
	z-index: 2;
	top: 207px;
}
#contenuto {
	margin-right: auto;
	margin-left: auto;
	z-index:2;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 200px;
	width: 660px;
	position: relative;
	top: 0px;
}
.cornice-verde {
	border: 8px solid #2E3423;
	padding: 0px;
}
.testosubianco {
	color:#333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 15px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
.testosubianco h1 {
	color:#333333;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 28px;
}
.testosubianco h2 {
	color:#666666;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.testosubianco h2 a {
	color:#999999;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration: none;
}
.testosubianco h2 a:hover {
	color:#666666;
	text-decoration: none;
}
.testo-footer {
	color: #0F1D0E;
	padding-top:0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	text-align: center;
}
.testo-footer a {
	color: #305E2D;
	text-decoration: underline;
}
.testo-footer a:hover {
	color: #305E2D;
	text-decoration: none;
}

