body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	color: #333333;
}

a:link {
	color: #FF6600;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
}

#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
}
#header {
	padding-top: 5px;
	height: 190px;
	background-image: url(../gfx/header_bg.gif);
	background-repeat: repeat-x;
}

#center {
	background-color: #ffffff;
	background-image: url(../gfx/main_bg.gif);
	background-repeat: no-repeat;
	background-position:center;
	text-align: center;
	height: 470px;
	}
	
#main {	
	padding-top: 5px;
	margin:0 auto;
	width: 950px;
	/*border: 1px dotted;*/
	text-align: center;
	padding-bottom: 5px;
	}
	
#footer {
	height: 60px;
	background-image: url(../gfx/footer_bg.gif);
	background-repeat: repeat-x;	
}

#foto_t {
	width: 180px;
	float: left;
	/*border: 2px dotted;*/
	text-align: left;
}

#contenuti {
	width: 750px;
	padding-left: 10px;
	/*border: 3px dotted;*/
	text-align: justify;
	overflow: auto;
	height: 460px;
}

h1 {
	text-align: left;
	font-size: 20px; 
	font-weight: bold; 
	color: #FF6600;
	}
	
.img_gal {
	margin: 0px;
	padding: 10px;
	color:#999999;
	}

.img_home {
	float: right;
	border: solid 4px #eaeaea;
	margin-left: 10px;
	}
ul{	
	padding-left: 20px;
	list-style-image: url(../gfx/ara.gif);
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
