/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Index								###
*/

/* Intestazione index */
#sfondo_intestazione_index{
	background-image: url(images/headerBg.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 87px;
}

#colonna22 {
	background: url(images/pageBgHome.png) top right no-repeat #FFF;
}

#colonna31 {
	min-height: 320px;
}

/* Struttura index */
#index {
	border: 0;
	margin: 0;
	padding: 15px;
	font-size: 11px;
	margin-bottom: 5px;
}

#index h3 {
	display: none;
}

#index img {
	padding: 10px;
	border: 1px solid #dcdbdb;
}

#index p {
	margin-top: 15px;
	font-weight: normal;
	text-align: justify;
	font-size: 11px;
}

#index h1 {
	display: none;
}
