.main {
  max-width: 100%;
  margin: 0 auto; 
}


.container {
	position: relative;
	height: auto;
	
	

}
.nav {
  position: relative;

  left: 0px;
  right : 0px;
  width: 100%;
}

.nav1 {
  position: fixed;

  left: 10px;
  width: 150px;
}



.section {
  /* position is static by default */
  margin-left: 0px;
}

.section1 {
	margin-left: 0px;
	text-align: center;
	font-family: Arial;
}

.section1a {
	margin-left: 0px;
	left: 10px;
	font-family: Arial;
}


.section2 {
  /* position is static by default */
  /*margin-left: 200px;*/

width: 100%;




}





.body {
  margin-bottom: 120px;
}


a            { font-family: Arial; color: #FF9933; font-weight: bold }
a:hover      { font-family: Arial; color: #FF0000; font-weight: bold }

.table1 {
	
}
.sfondopagina {
	
}
.table2 {
	background-color: #000000;
	width: 100%;
	text-align: center;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: thin solid #FFFFFF;
	display: table;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	
}
