/*

color: 0000FF; blue


*/

body {	
	background:#7a8ca8 url("../img/b.gif") repeat-x;
	padding: 0;	
	font-size: 11px;	
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #FFF;
	overflow: -moz-scrollbars-vertical;
		
}

html>body #contenitore {	
	width: 800px; /* ie5win fudge ends */	
}

h1 {
	font-size: 12px;
	color: #FFF;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	
}

/*
#contenitore { 
	position: absolute; 
	background: url("../img/bg_contenitore.gif") repeat-y;	
	width:800px; 
	top: 1%;
	left: 50%; 
	margin-left: -457px; 
	border: 1px solid pink;
	
}
*/

#contenitore { 
	position: absolute; 
	background: url("../img/bg_contenitore_home.gif") repeat-y;	
	width:915px; 
	top: 1%;
	left: 50%; 
	margin-left: -470px; 
	border: 0px solid pink;
	
}

a:link { color:#FFF; text-decoration: underline;}
a:visited { color: #FFF; text-decoration: none;}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}


#title {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	width: 760px;
	height: 55px;
}



.mignonne a{
	display: block;
	text-decoration: none;
	border: 1px solid #000;
		
}

.mignonne a:hover{
	text-decoration: none;
	border: 1px solid #0000FF;
}

#colonna_dx {
	float: right;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 400px;
	height: 500px;
	/*border: 1px solid #FFF;*/
}


#header {
	background: url("../img/header2.jpg");		
	float: left;
	margin: 0;
	padding: 0;
	width: 915px;
	height: 226px;
	
}

#corpo_home {
	background: #ffffff;
	float: right;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 915px;
	padding: 0;
	border: 0px solid red;
	
}

#corpo_home a, #corpo_home a:active, #corpo_home a:visited  {
	text-decoration: underline;
	color: #000;
}

#corpo_home a:hover  {
	text-decoration: none;
	font-weight: bold;
}


#corpo {
	background: #ffffff;
	margin: 0;
	margin-top: 20px;
	margin-left: 100px;
	padding: 0;
	width: 810px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000;
	line-height: 18px;
	border: 0px solid red;
}

#corpo a,#corpo a:active, #corpo a:visited {
	text-decoration: underline;
	color: #000;
}


#footer {
	
	background: url("../img/footer.gif");	
	margin: 0px;

	padding: 0px;
	width: 915px;
	height: 25px;

	
}






#menu {
	margin: 10px;
	width: 850px;
	height: 20px;
	border: 0px solid red;

}

.voce_menu_selected {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	width: auto;
	height: 26px;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #F6F6CE;
	border-right: 1px solid #000;
}

.voce_menu a, .voce_menu a:active, .voce_menu a:visited {
	float: left;
	display: block;
	margin: 0px;
	padding: 0;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 10px;
	width: auto;
	height: 26px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	border-right: 1px solid #000;
}

.voce_menu a:hover {
	color: #F6F6CE;
	text-decoration: none;
}

