/*template_essepi2 */

html, body{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
}

#barra_top{
	width: 100%;
	height: 250px;
	background-color: #FBCD2F;
}

#logo{
	width: 970px;
	height: 219px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#top{
	position: relative;
	width: 970px;
	height: 249px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}

#sfumatura{
	position: relative;
	width: 100%;
	height: 126px;
	background-image: url(../images/sfondo_top.png);
	background-repeat: repeat-x;
	float: left;
	z-index: -100;
}

#menu{
	width: 500px;
	height: 50px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: inline;
}

#contenuti{
	position: relative;
	width: 885px;
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/**display: inline;**/
	padding-left: 10px;
}

#footer{
	position: relative;
	width: 885px;
	margin-top: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 10px;
}

#sfumatura2{
	position: relative; 
	width: 100%;
	height: 37px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

}

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;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 200%;
	line-height: 100%;
}

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;
}

