body{
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	background: #000000 url("images/sfondo.gif");
	color: #FFF;
}

a:link,a:visited
{
	color: #ff9900;
	text-decoration: none;
}

a:hover,a:active,a:focus
{
	color: #ff9900;
	text-decoration: underline;
}

img{
	margin: 0px;
	border:0px;
}

#wrap{
	width: 850;
	margin: auto;
	text-align: center;
}

#header{
	position: relative;
	text-align: left;
	width: 850px;
	height: 340px;
	margin: auto;
	padding: 20px;
	background: url("images/logo.png") no-repeat;
	background-position: 80px 120px;
}


#cont{
	width: 850px;
	padding: 25px 0;
	text-align: center;
	margin: auto;	
}

#top{
	width: 850px;
	height: 20px;
	background: url(images/top.png) no-repeat;
}

#main{
	width: 850px;
	height: 920px;
	background: transparent url(images/bottom.png) left bottom no-repeat;	
}



#foto{
	width:135px;
	height: 180px;
	float:left;
	background: #FF9900;
}

#fotos{
	width:135px;
	height: 180px;
	float:left;
	background: #FF9900;
	padding-left: 20px;
}

#fotod{
	width:135px;
	height: 180px;
	float:left;
	background: #FF9900;
	padding-right: 20px;	
}

#footer{
	 position: relative;
	 width:850px;
	 height: 200px;
	 margin: auto;

}

#footleft{
	float: left;
	width: 200px;
	position: absolute;
	text-align: left;
	bottom: 0px;

}

#footright{
	float: right;
	width: 850px;
	position: absolute;
	text-align: right;
	vertical-align: bottom;
	padding-top: 100px;
}

#footleft img{
	margin-top: 15px;
}

.ads{
	width: 730px;
	text-align: center;
	margin: auto;
	padding: 30px 80px;
}

#banner{
	width: 850px;
	height: 200px;
	text-align: left;
	margin: auto;
	padding: 30px 0px 30px 40px;
}

#banner img{
	margin: 5px;
}

/* menu*/

#contmenu{
	width: 850px;
	margin: auto;
} 

#sin{
	float: left;
	width: 20px;
	height: 40px;
	background: url("images/left.png") no-repeat;
}

#des{
	float: left;
	width: 20px;
	height: 40px;	
	background: url("images/right.png") no-repeat;
}

ul#nav{
	font: 90%/1.5 Verdana,Tahoma,sans-serif;
	text-align:center;
}
ul#nav,ul#nav li,ul#nav ul,ul#nav ul li{
	margin:0;
	padding: 0;
	list-style-type:none
}
ul#nav{
	float: left;
	height:40px; 
	width:810px;
	line-height:28px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
    background: #FF9900; 
	color: #000
}
ul#nav a{
	display:block;
	padding: 5px 50px; 
	text-decoration: none; 
	color:#000
}
ul#nav li{
	float: left;
	position: relative
}
ul#nav li li{
	float: none;
	line-height: 28px;
    display:block !important;
	display: inline; /*IE*/
}
ul#nav ul{
	position: absolute;
	top: 38px;
	left: -9999px;
    width: 13em;
	background: #fff;
	color: #000000;
}
ul#nav ul{
	padding: 7px 0;
	border: 1px solid #000044;
}
ul#nav ul,ul#nav li li a{
	background-color: #FFF;
	color: #000000;
}
ul#nav li:hover{
	background-color: transparent;
	color: #f95000;
	text-decoration: underline;
}
ul#nav a:hover{
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
ul#nav li:hover ul,ul#nav li.sfhover ul{
	left: -1px;
	z-index: 100;
}

/*regole per separatore e le icone */

ul#nav li.sep{
	height: 40px;
	background: #fff;
}
ul#nav li.sep span{
	display: block;
	height: 1px;
	overflow: hidden;
    margin: 6px 5px 0;
	background: #CCC;
}
ul#nav li li.icon a{
	padding-left: 24px;
}
ul#nav li li.settings a{
	background: url(icon_settings.gif) no-repeat 3px 3px;
}
ul#nav li li.privacy a{
	background: url(icon_padlock.gif) no-repeat 3px 3px;
}

/* Tabella */


#conttabella {
	 position: relative;
	 width:850px;
	 height: 300px;
	 margin-left: 120px;
	 top: 50px;
}

#tabella {
	 position: absolute;
	 text-align: center;

}

#tabella div {
      border: 0px solid black;
	  line-height: 30px;
	  font-size: 0.8em;
}

.cella1 {
      position: absolute;
      width: 200px;
      height: 30px;
      left: 0px;
}
   
.cella2 {
      position: absolute;
      width: 200px;
      height: 30px;
      left: 201px;
}
   
.cella3 {
      position: absolute;
      width: 200px;
      height: 30px;
      left: 402px;
}

.cella4 {
      position: absolute;
      width: 200px;
      height: 30px;
      left: 603px;
}
   
 