@charset "utf-8";
.contenitore{ width:1000px; margin:auto;}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	background: url('bg.gif') repeat-x #F5F5F5;
	background-color: #dae6b5;
	margin:0px;
	padding:0px;
}
.logo {
	width: 900px;
	height: 105px;
	margin-top:6px;

	background: url('logo.gif') no-repeat;
}
.pics {  
    height:  105px;  
    width:   605px;  
    padding: 0;  
    margin:  0;  
	float:right;
} 
 
.pics img {  
    padding: 2px;  
    border:  1px solid #ccc;  
    background-color: #dae6b5;  
    width:  600px; 
    height: 100px; 
    top:  0; 
    left: 0 
} 
#top_nav {
	margin-top: 35px;
	height:33px;
	
}
#top_nav ul {
	padding:10px 10px 0 10%;
	list-style:none;
}
#top_nav li {
	float: left;
	margin:0; padding:0;
}
#top_nav a {
	float:left;
	background:url('nleft.gif') no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#top_nav a span {
	float:left;
	display:block;
	background:url('nright.gif') no-repeat right top;
	padding:5px 25px 4px 25px;
	color:#fff;
}
#top_nav a:hover {
	background-position:0% -42px;
}

#top_nav a:hover span {
	background-position:100% -42px;
}
.table{
	background-color:#FFFFFF;
	border-top:#009900 2px solid;
	width:1000px;
	border-top:#009900 2px solid;
	}
#main {
	padding-bottom: 20px;
	padding-top: 50px;
	color: #636363;
	width:660px
	
}
#sidebar-left {
	width: 150px;
	
	vertical-align: top;
}

#sidebar a {
	color: #636363;
	text-decoration: none;
}
		
#sidebar a:hover {
	color: #636363;
	text-decoration: underline;
}
#sidebar-right {
	width: 150px;
	padding: 10px 10px 10px 20px;
	vertical-align: top;

}
#navigation {
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
}	
#footer{
height: 66px;
background: #fff url('footer.gif') repeat-x;
color: #fff;
}	
#paddingleft10px{
padding-left:10px;
}
h1, h2, h3 {
	padding: 5px 0 10px 0;		
	margin: 0;
}

h1 {
	font-weight: bold;
	color: #0e76a5;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 5px;
        display: block;
}

h2 {
	color: #333333;
	font-size: 12px;
}

h3 {
	font-weight: bold;
	color: #333eee;
	font-size: 11px;
}
img{ border:none;}
