body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 70%;
	/**/line-height: 1.366;	
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	background: #FF8604 url(images/layout/bg_body.jpg) repeat-x top;
	color:#333333;
}

a:link, a:visited{
	text-decoration: underline;
	color:#555555;
}
a:hover{
	text-decoration: underline;
	color:#000000;
}

/* LAYOUT */

#container{
	width:960px;
	text-align:left;
	margin:0px auto;
}
#sinbar{
	width:300px;
	float:left;
	background: transparent url(images/layout/spacer_table.png) no-repeat bottom right;
	padding:0px 20px 0px 0px;
}
#centerbar{
	width:300px;
	float:left;
	padding:0px 20px 0px 0px;
}

#dxbar{
	width:320px;
	float:right;
	background: transparent url(images/layout/spacer_table.png) no-repeat bottom left;
}

#contentbar{
	width:620px;
	float:left;
	padding:0px 20px 0px 0px;
}

#contentbar2{
	width:900px;
	padding:0px 20px 0px 0px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:5px;
	margin-top:20px;
}

/* INTESTAZIONE */
#header{
	width:100%;
	height:80px;
}
#header img{
	margin-top:6px;
	float:left;
}

.loginbutton{
	float:right;
	width:140px;
	height:26px;
	background: transparent url(images/layout/bg_login.gif) no-repeat top left;
	text-align:center;
	padding-top:4px;
	padding-right:10px;
}

.loginbutton{
	float:right;
	width:530px;
	height:26px;
	/*background: transparent url(images/layout/bg_login.gif) no-repeat top left;*/
	background-color:#dddddd;
	text-align:center;
	padding-top:6px;
	padding-right:3px;
	font-weight:bold;
	margin-top:20px;
	border:1px solid #999999;
}

.loginbutton a:link, .loginbutton a:visited {
	color:#003399;
}
.loginbutton a:hover {
	color:#cc0000;
}

#headnav{
	height:25px;
	text-align:center;
	margin-bottom:5px;
}
.linktext{
	float:left;
	width:160px;
	height:20px;
}
#headnav a:link, #headnav a:visited {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	color:#333333;
	height:20px;
	padding-top:5px;
	background: #FFDB2B url(images/layout/bg_headnav.jpg) repeat-x top;
}
#headnav a:hover {
	background: #FE9702;
}

/* CONTENUTO HOMEPAGE */

.blockhome{
	width:320px;
	height:200px;
	background: transparent url(images/layout/bg_blockhome.png) no-repeat center center;
	text-align:left;
}

.blockhometitle{
margin-left:21px;
margin-top:31px;
}

.blockhome p{
	padding:0px 30px 0px 60px;
	margin:8px 0px 2px 2px;
	text-align:justify;
}
.blockhome div{
	padding:3px 34px 0px 30px;
}
.blockhome a:link, .blockhome a:visited {
	font-weight:bold;
}
.blockhome a:hover {
}

.hometabletd{
	padding:0px 0px 10px 20px;
	text-align:justify;
	color:#FFFFFF;
}

.hometabletd h1{
 	font-size: 150%;
 	margin: 2px;
 	padding: 2px;
}

.hometabletd p{
 	margin: 2px;
 	padding: 2px;
	clear:both;
}

.hometabletd p img{
	float:left;
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #333333;
	margin:4px;
}

.blockbutton{
	width:150px;
	height:30px;
	background: transparent url(images/layout/bg_button.png) no-repeat center center;
	text-align:center;
	padding-top:16px;
	margin:0px;
}

.blockbutton a:link, .blockbutton a:visited {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
}
.blockbutton a:hover {
	text-decoration: underline;
	color:#000000;
}

/* PIE' DI PAGINA */
#footer{
	text-align:center;
	background: #FFFFFF url(images/layout/bg_footer.jpg) repeat-x top;
	padding:10px;
	color:#666666;
}
#footer a:link, #footer a:visited {
	color:#003399;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
	color:#FF8604;
}
#footernav a:link, #footernav a:visited {
	color:#666666;
	text-decoration:none;
	padding:2px 20px 2px 20px;
}
#footernav a:hover {
	text-decoration:none;
	color:#000000;
}


/* CONTENUTI  */

.blockmenu{
	width:320px;
	height:300px;
	background: transparent url(images/layout/bg_menu.png) no-repeat top center;
	text-align:left;
}

.blockmenu p{
	padding:0px 30px 0px 60px;
	margin:6px 0px 2px 2px;
	text-align:justify;
}

.blockmenu a:link, .blockmenue a:visited {
	font-weight:bold;
	text-decoration:none;
}
.blockmenu a:hover {
	text-decoration: underline;
}

.blockcontent{
	width:620px;
	height:460px;
	background: transparent url(images/layout/bg_blockcontent.png) no-repeat center center;
	text-align:left;
}

.blockcontent p{
	padding:0px 30px 0px 60px;
	margin:6px 0px 2px 2px;
	text-align:justify;
}











