
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : black;
	margin-top: 0px;
	background: black;
}

/* struttura e layout pagina */

#container {
	width: 943px;
	margin: 0 auto;
	position: relative;
	background-color: #e77817;
	background-image: url(sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#containerint {
	padding-top: 220px;
}

#headeralto {
	border: 0px solid blue;
	height: 224px;
	width: 943px;
}

#headermedio {
	border: 0px solid red;
	text-align: right;
	margin: 0px;
	width: 943px;
	height: 44px;
	background-image: url(intestazione.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#headerbasso {
	border: 0px solid purple;
	text-align: left;
	margin: 0px;
	height: 35px;
	padding: 0px;
	padding-top: 4px;
	background-image: url(bannerbasso.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#maincontent {
	border: 0px solid red;
	width: 720px;
	margin-left: 120px;
	margin-bottom: 15px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	border: 0px solid red;
	font-weight: bold;
	color: black;
}

#footerint {
	font-size: 11px;
	text-align: center;
	clear: both;
	font-weight: bold;
	color: black;
}

#footerlinfa {
	text-align: right;
	padding: 5px;
}

#menubottom {
	font-size: 9px;
	text-align: center;
}

#menubottom A, #menubottom A:LINK, #menubottom A:VISITED, #menubottom A:HOVER {
	color: #8a2f07;
}

#cerca {
	float: right;
	width: 320px;
	font-size: 12px;
	margin-top: 10px;
}

#cerca input {
	margin-bottom: 6px;
}