* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(agridea-sfondo.gif);
	background-repeat: repeat-x;
	background-color: #eff6c5;
	font-family: "Trebuchet MS", Verdana;
}
.wrapper {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(agridea-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrapper h1 {
	font-size: 12px;
	color: #5E8703;
}
.wrapper #header #menuOrizzontale {
	margin-top: 48px;
	height: 36px;
	width: 515px;
	float: right;
	margin-bottom: 71px;
}
.wrapper #header #menuOrizzontale .voceMenu {
	display: block;
	height: 36px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}
.wrapper #header #menuOrizzontale .voceMenu:hover {
	background-position: left bottom;
}
.wrapper #header #visual {
	width: 664px;
	height: 243px;
	float: left;
}
.wrapper #header #menuVerticale {
	height: 150px;
	width: 224px;
	float: left;
	margin-top: 12px;
}
.wrapper #header #menuVerticale a {
	display: block;
}
.wrapper #contenuto {
	font-size: 14px;
	width: 655px;
	margin-left: 10px;
	padding-bottom: 20px;
}
.wrapper #contenuto h2 {
	color: #6ea242;
	font-size: 18px;
	font-weight: normal;
}
.wrapper #contenuto a {
	color: #000000;
	text-decoration: none;
}
.wrapper #contenuto .testo {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 250px;
	margin-bottom: 3px;
	border: 1px dotted #6EA242;
	color: #000000;
	font-size: 12px;
}
.wrapper #contenuto .invia {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
	border: 1px dotted #6EA242;
}

.wrapper #contenuto a:hover {
	color: #5A8303;
}
.wrapper #contenuto img {
	margin: 5px;
}


.footer {
	
	background-image: url(agridea-footer.gif);
	background-repeat: repeat-x;
}
.footer .inside {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 29px;
}
.footer .inside .indirizzo {
	width: 290px;
	float: left;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -129px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 129px; /* .push must be the same height as .footer */
}
