body{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000 ;
	text-align: center;
	background-color: /*#dedede;*/#fff;
	margin-top: 0px;
}

#container{
	background-color: #efefef;
	color: #000;
	position: absolute;
	width: 850px;
	max-width: 850px;
	left: -425px;
	margin-left: 50%;
	margin-top: 0px;
	/*min-height: 100%;*/
	border-width: 0px 0px;
	border-style: solid;
	border-color: #000
}



#head{
	background: #fff url(../img/bg_head.jpg) top center repeat-x;
    height: 92px;
	margin: 0px;
	padding: 7px 0px 15px 0px;
	width: 850px;
	min-width: 850px;
}
#head img.logo {
	float: left;
	margin-left: 10px;
}

#barra {
	clear: both;
	background: #fff url(../img/bg_barra.jpg) top center repeat-x;
    height: 25px;
	margin: 0px;
	padding: 5px;
	width: 840px;
	min-width: 840px;
	color: #666;
	text-align: right;
}

#menu {
	/*margin: 3px 0px 6px 0px;*/
	margin: 0px 0px 6px 0px;
	border-width: 3px 0px 0px 0px;
	border-color: #fff;
	border-style: solid;
	padding: 10px 0px;
	width: 850px;
	min-width: 850px;
	text-align: left;
	background: #000;
	color: #fff;
	font-size: 14px;
}
#menu a {
	margin: 0px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #f7691a;
	color: #000;
	text-decoration: none;
}

#laterale {
	float: left;
	width: 180px;
	max-width: 180px;
	padding: 0px 10px 0px 20px;
	margin: 0px 5px 5px 0px;
	text-align: left;
}
#laterale .menu {
	display: block;
	margin: 0px;
	padding: 10px;
	color: #ccc;
	background: #000;
	font-weight: bold;
}
#laterale a {
	display: block;
	margin: 0px;
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#laterale a:hover {
	background: #ccc;
	color: #000;
	text-decoration: none;
}

#testo {
	float: right;
	min-height:300px;
	/*width: 690px;*/
	width: 600px;
    max-width: 600px;
    margin: 0px;   /* centra negli altri browser */
	background-color: /*#fff;*/inherit;
	padding: 0px 20px 0px 10px;
	text-align:justify;
}

#foot{
	clear: both;
	width: 810px;
    margin: 5px 0px 0px 0px;   /* centra negli altri browser */
	border-top: 5px solid #333;
	padding: 5px 20px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #333;
	background: #fff;
}
#foot p {
	text-align: left;
}

a{
	color: #f7691a;
	text-decoration:none;}

a:hover{
	color: #f7691a;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
}
h1, h2 {
	background: #f7691a url(../img/bg_h.jpg) top left no-repeat;
	color: #fff;
	padding: 5px 5px 5px 25px;
	font-style: italic;
}
h2 {
	font-size: 12px;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}