body {
margin:0px auto;
background-image:url(../images/sfondo.jpg);
background-color:#5a5a5a;
background-attachment:fixed;
background-repeat:repeat-x;
background-position:top;
}

h1 {
font: 56.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
vertical-align:baseline;
color:grey;
}

#contenitore {
	width:960px;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
		-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px black;
}

A:LINK,
A:VISITED,
A:ACTIVE {
	border:0px;
	color:white;
	text-decoration:none;
}

A:HOVER {
	text-decoration:underline;

}

#header {
	width:960px;
	background:url(../images/header.jpg);
	height:150px;
	background-repeat:repeat-x;
}
.logo {
	padding-top:2px;
	padding-left:10px;
	border:0px;
	float:left;
}

.foto {
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	margin-left:60px;
	border:0px;
	height:30px;
}

#content {
	float:left;
	width:960px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0px 0px 0px;
	text-align:center;
	background:url('../images/bg2.jpg') repeat #bebebe;
}

#cambiellibottone {
	float:left;
	width:216px;
	height:368px;
	padding:5px 5px 5px 15px;
}

.boxminore {
	float:left;
	width:102px !important;
	padding-left:15px;
}

.infotorneo {
	float:left;
	width:337px !important;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

#regolamento {
	float:left;
	width:337px !important;
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px black;
}

.rego {
	float:left;
	width:96px !important;
	heigth:96px !important;
}

#regolamentocontent {
	float:left;
	background-image:url('../images/regolamentobg.jpg');
	width:332px !important;
	heigth:109px !important;
	padding-right:5px;
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px black;
}

#scheda {
	float:left;
	margin-top:20px;
	width:337px !important;
		-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;

}

#schedacontent {
	float:left;
	background-image:url('../images/regolamentobg.jpg');
	width:332px !important;
	padding-right:5px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;

}

.immagine img{
	background:url('../images/back.png') bottom repeat-x;
	border-width:0 !important;
}

.immagine:hover img{
	background:url('../images/back01.png') bottom repeat-x;
	border-width:0px !important;
}

.immagine:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.facebooklikesend{
float:left;
width:280px;
heigth:130px;
padding:5px;
}

#footer {
	background-image:url('../images/footer.jpg');
	background-repeat:repeat-x;
	clear:both;
	width:960px;
	height:66px;
}

#footerleft {
	float:left;
	padding-left:5px;
	padding-top:15px;
	width:400px;
	height:79px;
	border:0px;
}
#footerright {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	font-style:italic;
	color:white;
	text-align:right;
	padding-right:5px;
	padding-top:10px;
	width:550px;
	height:79px;
}


