* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;  
	
}

#main {
	position:relative;
	margin: 0px auto 0px auto;	
	width:800px;
	
}

#container{
width: 800px;
float:left;
border:solid #b4985a 2px;
}

#header {
	width:800px;
	height:200px;
	margin: 0px auto 0px auto;	
	background:url(../immagini/header.gif) #017b46 no-repeat;
	float:left;
}

#menu{
	width:800px;
	height:30px;
	background:url(../immagini/bg_menu.gif) #FFFFFF no-repeat;
	float:left;
}

#voci_menu{
	padding:5px 10px;
	color:#FFFFFF;
	font-size:14px;
}

#voci_menu a{
	text-decoration:none;
	color:#FFFFFF;
}

#voci_menu a:hover{
	text-decoration:none;
	color:#b4985a;
}

#content {
	width:800px;
	background-color:#FFFFFF;
	float:left;
	
}

#content_left{
	float:left;
	width:600px;
}

#content_right{
	float:left;
	width:200px;
}

#azzera_float{clear:both;}


.testo{
	color:#017b46;
	background-color:#FFFFFF;
	text-align:justify;
	padding:10px;
}

.testo a{
	text-decoration:none;
	color:#017b46;
}

.testo a:hover{
	text-decoration:none;
	color:#b4985a;
}

.titolino{
	color:#017b46;
	font-weight:bold;
	font-size:14px;
	height:20px;
	padding-top:10px;
}

#footer{
	float:left;
	text-align:center;
	width:800px;
	height:100px;
	margin: 0px auto 0px auto;	
	background:url(../immagini/footer.gif) #017b46 no-repeat;
}

.credits{
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	font-size:10px;
}

.credits a{
	color:#FFFFFF;
	text-decoration:none;
}

.credits a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#menu_footer{
	padding:10px;
	border:dotted #717107 1px;
	color:#FFFFFF;
}

#menu_footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu_footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.container_foto{
	float:left;
	width:150px;
	text-align:center;
	
	
}

.foto{
	margin-top:10px;
	border:solid 1px #b4985a;
	padding:2px;
}
