body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#flashcontent {
	width:auto;
	color:#000000;
	}
.wrapper #flashcontent2 {
	clear:both;
	width:950px;
	height:121px;
	color:#000000;
	}
.wrapper #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 3px;
}
.wrapper #indexContent {
	position: absolute;
	clear:both;
	height:auto;
	top: 50%;
	margin-top:-260px;
	padding-bottom: 20px;
}
.wrapper #mainContent {
	clear:both;
	width:780px;
	height:auto;
	top: 100px;
	padding-bottom: 20px;
	margin-left: 90px;
}
.wrapper #mainContent img {
	float:left;
	clear:left;
	top: 0;
	padding: 0px;
	margin-bottom: 20px;
}
img a{
border-color:#333333;
}
.row {
	clear:both;

}
.textcontent {
	width: 350px;
	padding-left: 20px;
	float:left;
	clear:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	margin-bottom: 20px;
}
h1 {
text-decoration:none;
position:relative;
clear:left;
font-size:9px;
padding:0;
margin: 0;


}
h2 {
font-size:9px;
padding:0;
margin: 0;
text-decoration:none;
}


.wrapper #footer {
	clear:both;
	left: 0px;
	bottom: 0px;
	height:20px;
	width: 100%;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BCBCBC;
	position:absolute;
}
.wrapper #footer a {
	color: #8B8B8B;
}
.wrapper #footer a:hover {
	color: #FF9900;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.paolopix {
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
