﻿* {padding:0px; margin:0px;}
img {border:0px;}
body {
	background-color: #abca31;
	margin: 0 auto;
	text-align:center;
	font-family:Arial;
	color:#333333;
	font-size:10pt;
}
#upper {border-bottom:2px solid #333333; width:100%;}
#home  {width:100%; height:271px; margin:100px auto; padding:0; background-image:url(images/logo_home.gif); 
	    background-repeat:no-repeat; background-position:top;}

#top {
	margin: 0 auto;
	text-align:center;
	font-family:Arial;
	color:#333333;
	width:990px;
	height:90px;
}
#logo {
	float:left;
	width:200px;
	height:54px;
	text-align:center;
}
#menu {
	float:left;
	width:780px;
	line-height:20px;
}

#menu a {color:#333333; font-size:10pt;}
#menu a:hover {color:#FFFFFF; text-decoration:none;}

#page {
	background-image:url(images/BG_page.jpg); 
	background-repeat:repeat-x; background-position:top; 		
	background-color: #c4c4c4;
	margin: 0 auto;
	text-align:center;
	font-family:Arial;
	color:#333333;
	font-size:11pt;
}
#content{
	background-color: #fdc4a3;
	margin: 0 auto;
	text-align:center;
	width:990px;
} 

#content_sx{
	float:left;
	width:208px;
}
#content_dx{
	float:right;
	width:780px;
	text-align:center;
} 

/*-----classi-------*/

.cleaner {clear:both; height:1px; line-height:1px; font-size:1px;}
.modulo  {background-color: #FFFFFF; width:300px; margin-top:10px; margin-right:20px; margin-bottom:5px; line-height:25px; float:right; clear:right; font-size:10pt;}


