@charset "utf-8";
/*<![CDATA[*/
<!--

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 11px Verdana, sans-serif;
  text-align: center;
	background-color: #0D0705;	
}

#Main {
  margin: 0px auto;
  width: 900px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#icone{
	margin: 0px 10px;
	padding: 0px 0px;
	width: 280px;
	height:75px;
	text-align: left;
}


#Corpo {
  padding: 0 2em 40px 2em;
	width:900px;
	top:0px;
	left:0px;
	text-align:left;
	background: url(../images/std/fondo.jpg);
	background-repeat: no-repeat;			
}

#Corpo:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#Contenuto {
  width: 700px;
  float: right;
	top: 20px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
  min-height: 400px; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 400px; /* For IE */		
}

#Menu {
  float: left;
	top: 63px;
	left: 30px;
	bottom: 10px;
	width: 130px;
	padding: 0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align:left;	
}

#Footer {
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
  padding: 0px;
  margin: 0px auto;   /*centra negli altri browsers*/
  text-align: center;   /*ripristina l' allineamento*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

form {
	margin: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.checkbox{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 20px;
}

.submit{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 60px;
}

textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	width: 280px;	
}

a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #A2A2A2;
	text-decoration: underline;
}

.sx
{
    FLOAT: left;
    MARGIN-RIGHT: 5px
}
.dx
{
    FLOAT: right;
    MARGIN-LEFT: 5px
}

.justify
{
	text-align:justify;
}
