
body {
	background-image: url('../img/quads.gif');
	background-color: #999999;
	background-repeat: repeat;
	margin: 0px;
}


#main {
	background-color: white;
	width: 800px;
	/*height: 920px;*/
	
	/*height: 600px;*/
	position: absolute;
	margin-top: 10px;
	margin-left: 50px;
	margin: 0px solid red; 
	/*border-top: 1px dotted black;*/
	border: 3px solid #b0d236;
}


#header {
	/*background-color: #660000;*/
	background-image: url('../img/header_s.gif');
	width: 800px;
	height: 200px;
	vertical-align: top;
	position: relative;
		left: 0px;
	border: 0px solid #660000;
	/*border-top: 1px dotted black;*/

}


#header_short {
	/*background-color: #660000;*/
	background-image: url('../img/header_short.gif');
	width: 800px;
	height: 88px;
	vertical-align: top;
	position: relative;
		top: 0px;
		left: 0px;
	border: 0px solid #660000;
	/*border-top: 1px dotted black;*/

}

#testo-index {
	/*background-image: url('../img/line_web.gif');*/
	/*background-repeat: no-repeat;*/
	width: 560px;
	background-color: white;
	position: relative;
		left: 100px;
		right: 140px;
		/*top: 50px;*/
	margin-bottom: 50px;
	min-height: 500px;
	/*margin-bottom: 250px;*/
}
#testo {
	/*background-image: url('../img/line_web.gif');*/
	/*background-repeat: no-repeat;*/
	width: 560px;
	background-color: white;
	position: relative;
		left: 100px;
		right: 140px;
		top: 50px;
	margin-bottom: 50px;
	min-height: 500px;
	/*margin-bottom: 250px;*/
}

#footer {
	/*background-color: #660000;*/
	background-image: url('../img/footer.gif');
	width: 800px;
	height:45px;
	position: relative;
		left: 0px;
		bottom: 15px;
	border: 0px solid #660000;
	/*border-top: 1px dotted black;*/

}


.spacer {
	margin-top: 80px;

}

/* classi diverse per p*/

h3 {
	color: #FF6600;
	font: normal bold 14px arial;
	text-align: left;
	
}

h2 {
	color: #00000;
	font: normal bold 13px arial;
	text-align: left;
	
}

.urijoe {	color: #222222;
	font: normal 11px arial;
	text-align: left;
	margin-bottom: 50px;

}

p {	color: #222222;
	font: normal 12px arial;
	text-align: left;
	margin-bottom: 30px;
	margin-top: -10px;
}


a {
	color: #FF6600;
		
}
