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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:url(../immagini/sfondo_02.jpg) #d81421 repeat-x top left;  
	
}

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

#container{
width: 825px;
float:left;

}

#header {
	width:825px;
	height:350px;
	margin: 0px auto 0px auto;	
	background:url(../immagini/header.jpg) no-repeat top left;
	float:left;
}

#menu{
	width:825px;
	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:825px;
	background-color:#d81421;
	float:left;
	
}

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

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

#azzera_float{clear:both;}


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

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

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

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

#footer{
	float:left;
	text-align:center;
	width:825px;
	height:100px;
	margin: 0px auto 0px auto;	
	background:#d81421 no-repeat;
}

.credits{
	padding-top:20px;
	color:#FFFFFF;
	background-color:#d81421;
	text-align:center;
	font-size:12px;
}

.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;
}

h1{
	font-size:30px;
	font-weight:normal;
}

h2{
	font-size:24px;
	font-weight:normal;
}

h3{
	font-size:20px;
	font-weight:normal;
}

