body {
	MARGIN: 0px; 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px
	BORDER-BOTTOM-WIDTH: 0px; 
	PADDING-TOP: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT-FAMILY: verdana, sans-serif; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	HEIGHT: 100%;
	WIDTH : 100%; 
	background-image:url('images/Background.jpg')

}

.impaginazione {
	WIDTH: 100%; 
	POSITION: absolute; 
	BORDER-COLLAPSE: collapse; 
	border-spacing: 0px
}

.imp_upper_left {
	width: 30%;
	padding: 10px;		
	text-align: center;
}


.imp_upper_right {
	width: 70%;
	valign: middle;
	padding: 10px;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
}


#h1_upper_right {
	font-size: 36pt;
}

#h2_upper_right {
	font-size: 24pt;
}

#h3_upper_right {
	font-size: 15pt;
}


.imp_down_left {
	width: 30%;
	padding: 10px;		
	text-align: center;
	margin: auto;
	
}

.menu_down_left{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px auto;
	text-align: center;
	width: 156px;
	background-image: url('images/light_20.png');
	font-family: Brush Script MT;
	font-size: 18pt;
}

#menu_item_down_left_image {
	text-align: center;
}

#menu_item_down_left {
	width: 100%;
	margin: 10px;
	padding-left: 10px;
	text-align: left;
}

a.menu_item_down_left:link {
	color: #663300;
	text-decoration:none;
}

a.menu_item_down_left:visited {
		  color:#330033;
	          text-decoration:none;
		 }

a.menu_item_down_left:hover {
		color: #990000;
	        text-decoration:underline;
	       }

a.menu_item_down_left:active {		
		color:#FFFFFF;
	        text-decoration:none;
		}


.imp_down_right {
	width: 70%;
	background-image:url('images/dark_-10.png');
	background-position:top left;
	background-repeat:repeat;
	padding: 20px;
}


.footer {
	font-size: 100%;
	font-family: Brush Script MT;
	text-align: center;
}

a.footer:link {
	       color: #663300;
	       text-decoration:none;
	      }

a.footer:visited {
		  color:#330033;
	          text-decoration:none;
		 }

a.footer:hover {color: #990000;
	        text-decoration:underline;
	       }

a.footer:active {
		color:#FFFFFF;
	        text-decoration:none;
		}

