/*template alfasixtyfive */

html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}

#wrapper{
	margin: 0 auto;
	width: 1000px;
}

#header{
	width: 1000px;
	height: 171px;
	background-color: #FFFFFF;
	background-image: url(../images/top.png);	
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	display: inline;
}

#logo{
	position: absolute; top: 5px; left: 5px;
	width: 300px;
	height: 116px;
	background-image: url(../immagini/logo1.jpg);	
	background-repeat: no-repeat;	
	text-align: left;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	float: left;
}

#contenuti{
	position: relative;
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
	margin: 50px 0px 0px 0px;
	#margin: -24px 0px 0px 0px;
	padding-bottom: 140px;
	display: inline;
}

#left{
	width: 190px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	display: inline;
	float: left;
}

#left ul{
	list-style-type: none;
}

#main{
	position: relative;
	width: 900px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	#margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: -10px;
	#padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: justify;	
	float: left;
}

#footer{
	/*clear: both;
	position: relative;
	margin: 0 auto;
	/*width: 1000px;*/
	margin-top: -140px;
	height: 140px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	clear: both;
}

#footer_left{
	position: fixed; bottom: 0px; right: 350px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;	
}

#footer_right{
	position: fixed; bottom: -2px; right: -4px;
	width: 300px;
	height: 275px;
	/*background-color: #FFFFFF;*/
	background-image: url(../immagini/logo2.png);
	background-repeat: no-repeat;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Nascondi a IE su Mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Fine Nascondi a IE su Mac */

#main2 .pagination,#main .pagination {
	/*border-top:solid 1px #CCC;*/
	margin:10px 0 0;
	padding:10px 0;
}

ul.pagination {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

ul.pagination li {
	display: inline;
	padding: 2px 15px 0;
	text-align: left;
}

ul.pagination li a {
	padding: 2px;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

li {
	margin-left: 15px;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 150%;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

