@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; 
}

body {
	font-size: 11px;
	color: #444;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #6d6e71;  
}

#container-page {
  margin: 0 auto;
  background: #6d6e71;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#header {
	height: 163px;
	background: #6d6e71 url(images/header_bg.gif) repeat-x;
}

#footer {
	width: 100%;
	background: #6d6e71 ;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 50px;
}
#footer .container {
	height: 50px;
	background: #6d6e71 url(images/footer.png) repeat-x;
}
#footer .testo {
	padding-top: 10px;
}
#content {
	color: #fff;
	width:100%;	  
	padding: 0 0 50px 0;
}

#content .testo {
	padding: 20px 0 10px 0;
	color: #FFFFFF;
	font-size:14px;
	padding-left: 300px;
	background: #6d6e71 url(images/testo.png) repeat-x;
}
#content .titolo {
	height: 30px;
	font-size:28px;
	color:#FFFFFF;
	width: 350px;
	padding-top:5px;
	border-bottom:#8dc73f solid 2px;
	margin-bottom: 8px;
}
#content .sottotitolo {
	height: 25px;
	font-size:20px;
	color:#FFFFFF;
	margin: 8px 0 8px 0;
}

#content .menu {
	width: 300px;
	float: left;
	text-indent:14px;
	background: url(images/first.png) no-repeat top;
	color: #FFFFFF;
	padding-top:10px;
	
}
#content .foto {
	width: 350px;
	margin: 0 20px 10px 0;
	float: left;
}

#content .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	

}
#content .menu ul li {
	background: url(images/middle.png) repeat-y;
	color:#000000;
	line-height: 1.2em;
	font-size: 10px;
}

#content .menu ul li.last {
	background: url(images/bottom.png) no-repeat;
	height: 15px;
}

#content .menu ul li.stacco {
	background: url(images/stacco.png) no-repeat;
	height: 15px;
}
#content .contenuto {
	clear:right;
	padding-right:20px;
	min-height:300px;
	height: auto !important;
	height: 300px;
	display:block;
	
}
#content .contenuto a{
	color:#FFFFFF;
	font-weight: bold;
}

#content .links {
	clear:right;
	display:block;
	margin: 0px 0 10px 0;

}

#content .links img {
	border: 0px;
	margin: 0 5px 0 5px;
	vertical-align:middle;
}
