/* CSS Document */

body{
	
	overflow: hidden;
	background-color:#5C513F;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FEF2B6;
	SCROLLBAR-HIGHLIGHT-COLOR: #FEF2B6;
	SCROLLBAR-SHADOW-COLOR: #A02625;
	scrollbar-arrow-color: #A02625;
}
body.gallery{
background-color:#FEF2B6;
color:#CC9900;
overflow-x:hidden;

}
#wrapper{
width:1000px;
height: 600;
margin-top:0px;
padding:0;
}
#header{
	width:1000px;
	background-color:#5C513F;
	height:150px;
	margin:0;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat
}

#centrale{
	background-image: url('images/centrale.jpg');
	background-repeat: repeat-y;
	width:800px
}
#contenuti1{
	background-color: #5C513F;
	margin:10;
	background-repeat: no-repeat;
	font-size: 12px;
	width:1000px;
	height:auto;
	float: left;
	color: #FFE55C;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenuti2{
	background-color: #5C513F;
	margin:0;
	text-align:left;
	color:#FFE55C;
	font-size:12px;
	width:420px;
	height:auto;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenuti3{
	background-color: #5C513F;
	margin:0;
	text-align:left;
	color:#FFE55C;
	font-size:12px;
	width:1000px;
	height:auto;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenuti{
	height:auto;
	width:800px;
	text-align:left;
	color:#663300;
	font-size:12px;
	overflow:scroll;
	overflow-x:hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	

}
.titolo{
font-weight:bold;
font-size:12px; 
text-align:center;
}

#footer{
	width:1000px;
	background-color:#5C513F;
	height:40px;
	font-size:12px;
	float: left;
}
.link{
text-align:left;
	color:#FFE55C;
	font-size:12px;
font-weight:bold;

}

