body {
	margin: 0 1px 0 0;
	padding: 0;
	font: .80em verdana, "Times New Roman", sans-serif;
	color: #000;
	background-color: #009999;
}

body h2{
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}
body h3{
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 0px;
	margin-top: 0px;
}
body form{
	margin: 0 1px 0 0;
	padding: 0;
}
hr { 
	display:	none;
}

#header {
	background-color: #99CC99;
	vertical-align: bottom;
	background-image: url(images/sheader.jpg);
	color: Black;
}

#dove {
	color: #000;
	text-indent: 15px;
	padding: 5px;
	background-image: url(images/sdove.jpg);
	background-repeat: repeat-x;
	background-color: #FFCC99;
}

#colonnasx {
	float:			left;
	width:			20%;
	color:			#000000;
	background-color: #009999;
}

#colonnasx .box {
	padding:	10px;
}


div#colonnasx h3{ 
	text-align: center;
		background-image: url(images/ssec.jpg);
	background-repeat: repeat-x;
	background-position: left;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: x-small;
}

div.section {
	border: Solid 1px #000;
	width: auto;
	font-size: x-small;
	background-color: #CCCC66;
	color: #FFF;
	padding: 3px;

}



div.menu {
	font-size: x-small;
	border: solid 1px #000;
}

a.menu {
	color: #000000;
	padding: 3px;
	display: Block;
	background-color: #FFCC99;
	text-decoration: none;
	background-image: url(images/smenu.jpg);
	background-repeat: repeat-x;
}

a:hover.menu {
	background: #F0F8FF;
	color: #FFCC99;
	padding: 3px;
	text-decoration: None;
	display: Block;
	font-weight: bold; 
}

#principale {
	float: left;
	width: 79%;
	background: #78A2EE;
	color: #000;
	margin: 0 0 -1px 0;
	text-align: justify;
}

#principale .box {
	padding:			10px;

}

#footer {
	clear: left; 
	padding: 2px 10px;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	background-image: url(images/sdove.jpg);
	background-repeat: repeat-x;
	background-color: #12476E;
	margin-top: 10px;
}

