/* Data ultima modifica: 16 settembre 2009 */


/* Definizione delle classi principali */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #538823;
	background-image: url(../images/bgr_body.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #538823;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 110%;
	color: #538823;
	font-weight: normal;
}
h2{
	font-size: 110%;
	color: #FFFFFF;
	font-weight: normal;
}
h3{
	font-size: 100%;
	color: #538823;
	font-weight: normal;
}
h4{
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
}
h5{
	font-size: 90%;
	color: #538823;
	font-weight: bold;
}
h6{
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
}

ul{
	list-style-type: square;
	font-size: 80%;
}
ul ul{
	list-style-type: disc;
	font-size: 100%;
}
ul ul ul{
	list-style-type: none;
	font-size: 100%;
}

img {
	border: 0px;
}



/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/

div#container {
	width: 950px;
	padding: 57px 0px 0px 0px;
	margin: auto;
}

#content {
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#bottom {
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#footer {
	width: 920px;
	min-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 10px 15px 15px 15px;
	overflow: hidden;
	background-image: url(../images/bgr_footer.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
}

#footerSx {
	width: 525px;
	float: left;
	padding: 0px 0px 0px 125px;
	margin: 0px 0px 0px 0px;
}

#footerDx {
	width: 270px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}



/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}