@charset "utf-8";
/* CSS Document */

/* INIZIO STRUTTURA */
#contenitore{
	width: 100%;
	margin: auto;
	padding: auto;
}
#corpo_sito{
	/*background: url(Images/bgHeader.gif) top no-repeat;*/
	width: 800px;
	float: left;
}
#col_sx_corpo{
	width: 440px;
	text-align: right;
	padding-right: 10px;
	padding-top: 100px;
	float: left;
}
#col_dx_corpo{
	width: 340px;
	text-align: left;
	padding-left: 10px;
	padding-top: 180px;
	float: left;
}
#footer_corpo{
	width: 700px;
	clear: both;
}
#col_sx{
	/*background: #a7c22c url(Images/bgColSx.gif) top repeat-x;*/
	width: 100px;
	height: 180px;
	float: left;
}
#footer{
	width: 100%;
	clear: both;
}
/* FINE STRUTTURA */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f5d5c;
}
body {
	background: #a7c22c url(Images/bgTop.gif) top left no-repeat;
}
* {
	margin: 0;
  padding: 0;
}
a {
	font-size: 10px;
	color: #178bc6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #178bc6;
}
a:hover {
	text-decoration: none;
	color: #5f5d5c;
}
a:active {
	text-decoration: none;
	color: #178bc6;
}
.blu {
	color: #178bc6;
}
.verde {
	color: #a7c22c;
}
.bianco {
	color: #ffffff;
}
