#templatemo_site_title_bar .social_network {
	float: right;
	margin: 0px;
	padding: 30px 0 0 0;
	list-style: none;
}

.social_network li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.social_network li a {
	float: left;
	display: block;
	width: 62px;
	height: 78px;
	margin-left: 10px;
}



html{
height:100%;
}
body{
height:100%;
margin:0;
padding:0;
font-family:Verdana;
font-size:13px;
color:#FFF;
}
a{
outline:none; /*Firefox*/
color:#F86307;
font-weight:bold;
}
h1,h2{
margin:0;
padding:0;
letter-spacing:2px;
}
h1{
font-size:42px;
margin-left:50px;
}
h1 span{
color:#F86307;
}
h2{
margin-bottom:20px;
font-size:20px;
color:#CCC;
text-shadow:1px 1px #FFF; /*CSS3*/
}
#contenitore{
min-height:100%;
min-width:940px;
width:expression(document.body.clientWidth < 942? "940px": "auto" ); /*min-width Internet Explorer6*/
margin-bottom:-120px;
margin-top:-120px;
background:url(../img/BodyStarmontato_2.jpg) no-repeat center;
}
*html #contenitore{ /*min-height Internet Explorer6*/
height:100%;
}
#contenuto{
width:40%;
padding:120px 0px 150px 50px;
}
#contenuto_ora{
width:80%;
padding:170px 0px 150px 50px;
}
.cont_item_ora{
background-color:#6666FF;
border:3px solid #333333;
margin-bottom:10px;
padding:4%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#contenuto_dis{
width:80%;
padding:170px 0px 150px 50px;
}
.cont_item_dis{
background-color:#FF0099;
border:3px solid #333333;
margin-bottom:10px;
padding:4%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.cont_item{
background-color:#000000;
border:3px solid #333333;
margin-bottom:10px;
padding:4%;
/*CSS3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
#header{
height:150px;
background-color:#000000;
line-height:150px; /*vertical align*/
}
#footer{
min-width:940px;
width:expression(document.body.clientWidth < 942? "940px": "auto" );/*min-width Internet Explorer6*/
height:100px;
background-color:#000000;
}
#menu{
width:940px;
margin:auto;
}
#menu a{
display:block;
float:left;
width:19%;
padding:20px 0;
border-top:3px solid #333333;
text-decoration:none;
text-align:center;
font-size:20px;
font-weight:bold;
color:#666666;
/*CSS3*/
text-shadow:1px 1px #FFFFFF;
border-bottom-left-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
}
#menu a:hover, #menu a.selezionato{
background-color:#333333;
border-top:3px solid #F86307;
color:#F86307;
/*CSS3*/
text-shadow:1px 1px #FFFFFF;
}
