/* CSS Document */

@import "formattaDati.css";

body {overflow-x:none; background-image:url(../img/shim.gif); background-repeat:no-repeat;}

.Content { width:98%; position: relative; left: 10px; }

.topGradient {
	height: 2px;
	width: 98%;
	margin-left: 10px;
	padding: 0;
	background-color: #E4E5E5;
}


.Page {
	position: relative;
	/*width: 1000px;*/
	width: 98%;
	top: 0px;
	margin-left: 20px;
	padding-bottom: 0;
}


.Header {
	position: relative;
	/*width: 1000px;*/
	width: 100%;
	height: 101px;
	text-align: center;
	border-bottom: 1px solid rgb(187, 188, 190);
	z-index: 100;
}


.MainArea {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	/*margin-top: 12px;*/
	margin-top: 0;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.Navigation { display: none; }

.Content {
	position: relative;
	left: auto;
	float: none;
	width: 98%;
	/*margin-top: 5px;
	margin-left: 20px;*/
}

.Footer {
	position: relative;
	width: 82%;
	height: 24px;
	background: white;
	font-family: Verdana, Arial, "Arial MT", Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.1111em;
	color: rgb(187, 188, 190);
	/*padding-top: 18px;*/
	/*padding-top: 10px;
	padding-bottom: 9px;*/
	/*margin-left: 180px;*/
	text-align: center;
}