/* misc */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DBECC0;
	margin:0.1em;
}
h1 {
	font-size: 13px;
	color: black;
	font-weight: bolder;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: 11px;
	color: #006688;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}
h3 {
	font-size: 10px;
	color: #006688;
	font-weight: bolder;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px;
}

/* links */
a {
	color: gray;
	line-height : 18px;
	color: #545454;
	font-size : 12px;
}

a hover{
	color: #7FB313;
	background : #DBECC0;
}


#contents li{
	padding:10px;
	
}


#text_contents {
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: black;
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	padding: 0.3em;

}

/* box */
#container{

	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 800px;
	background-image : url(images/bg_contents.jpg);
	background-repeat : repeat-y;
	height : auto;
}

#header {
	display: block;
	text-decoration: none;
	margin-bottom: 0em;
	margin-top: 0em;
	color: white;
	background: white no-repeat ;
	padding: 0em 0em 0em 0em;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	height : 120px;
}

#flash {
	text-decoration: none;
	margin: 0em;
	margin-left:12px;
	padding-bottom:3px;
	height : 70px;
	border-bottom:6px solid #CCCCCC;
	width: 776px;
}

#left {
	float: left;
	width: 170px;
	margin-left : 10px;
	margin-right : 0px;
}

#contents {
	margin-right: 11px;
	width: 575px;
	padding:0px;
	height : auto;
	min-height : 380px;
	float: right;

}
#right {
	float: right;
	width: 150px;
	padding:0;
	margin-right:11px;
	margin-left:3px;

}
#footer {
	display: block;
	clear:both;
	text-decoration: none;
	margin-bottom: 0em;
	margin-top: 0em;
	color: white;
	padding: 0em 0em 0em 0em;
	margin: 0 auto;
	width: 800px;
	background-image : url(images/footer.jpg);
	background-repeat : no-repeat;
	height : 57px;
}

.footer {
	margin-right: 20px;
	float: right;
	color: white;
	background: #7FB313;
	padding: 0.25em 0.5em 0.4em 0.75em;
	width: 540px;
	text-align:right;

}
.footer a{
	color: white;
	text-decoration: none;

}

.titolo {
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.4em;
	color: white;
	background: #7FB313;
	padding: 0.25em 0.5em 0.4em 0.75em;
	width: auto;
}

.titolomenu {
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.4em;
	color: white;
	background: #7FB313;
	padding: 0.25em 0.5em 0.4em 0.75em;
	width: auto;
	height : 27px;
}

.menu{
	width: 170px;
	padding: 0px;
	MARGIN: 5px;
	LIST-STYLE-TYPE: none;
}
.menu UL{
	padding: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
}

.menu li {
	MARGIN-bottom:5px;

}
.menu li a {
	LIST-STYLE-TYPE: none;
	COLOR: #333333; 
	TEXT-DECORATION: none;
	padding: 0px;
	MARGIN: 0px;
}
.menu li A:hover {
	COLOR: #7FB313;
	TEXT-DECORATION: underline;
	padding: 0px;
	MARGIN: 0px;
}

