/* CSS Document */
html,body{
	margin: 0;
	padding:0
}
body{background: url(img/foglie01.gif) #396 right repeat-x fixed ;font-family: arial,sans-serif;font-size: 76%;text-align: center}
/* PARTE PRINCIPALE*/
div#container{
		width: 768px;
		margin: 20px auto;
		text-align: center;
    	border-left: 2px solid #093;
		border-right: 2px solid #093;
    	background:#093;
}
div#container2{
		width: 768px;
		height:300px;
		margin: 20px auto;
		text-align: center;
    	background:#093;
}
/*stili generici, su header e footer*/
div#header{
	background: url(img/banner.gif) #CCC; 
	height:100px;
	width:auto;
	border-top:#093 2px solid;
}
div#linker{
	background:#999;
	height:30px;
	width:auto;
}
div#scrollbar{
	height:400px;
	overflow: scroll;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 3.6em/80px arial,serif}
h2{color: #999;font-size: 2.5em}
p#p1{font-size:130%;}
p#p2{font-size:130%; font-family: arial; color:#666}
p#p2b{font-size:150%; font-family: arial; color: #666}
p#p7{font-size:30px; font-family: arial;}
p#p3{font-size:16px; font-weight:bold; color:#00FFFF;}
p#p4{font-size :130%; font-family:arial; color:#666} 
p#p5{font-size:17px; font-weight:bold;color:#3cb371}
p#p6{font-size:16px; font-weight:bold; color:#FF4500;}

div#footer a{font-weight: bold;text-decoration: underline}
p#alert{font-size :18px;color:#FF0000;} 
p{
	font-family: "arial";
	font-size: 100%;
}



/*stili specifici per il layout*/
div#section1{
	text-align:center;
	padding: 1em;
	border-right: 2px solid #FFF;
}
div#content{
	background: #6FF;
	height:600px;
	width:auto;
	padding: 1em;
	background-color: #fff;
}
div#content2{
	background:;
	height:400px;
	border-left: 2px solid #093;
	border-right: 2px solid #093;
	border-top: 2px solid #093;
	border-bottom: 2px solid #093;
	width:auto;
	padding: 1em;
	background-color: #fff;
}
div#footer{
	clear:right;
	text-align:left; 
	padding: 0em;
    background-color: #0C0; 
	color: #000;
	border-bottom:2px solid #093;
}

div#quadret{
	clear:left;
	float:left;
	height:210px;
	width:300px;
	margin-left:10px;
	margin-bottom:20px;
	padding: 1em;
	background-color: #fff;
}
div#quadret2{
	clear:right;
	margin-right:10px;
	margin-bottom:20px;
	float:right;
	height:200px;
	width:300px;
	padding: 1em;
	background-color: #fff;
}
div#solo{
	clear:both;
}
a img {
	border:none;
}
