/* CSS Document */
body {
	background-color:#55A6F5;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

#gloabal {
	width:800px;
	background:#55A6F5 url(../images/bg.jpg) top left;
	height:600px;
}

#struct{
	width:518px;
	height:600px;
}
#left_div{
	float:left;
	vertical-align:top;
	width:163px;
	margin-top:0;
	margin-left:0px;
	margin-right:0px;
	height:600px;
	left:0px;
	right:opx;
	background: url(../images/logo_menu.jpg) top left no-repeat;
}
#menu{
	border:0px;
	float:left;
	width:163px;
	margin-top:214px;
	margin-left:0px;
	margin-right:0px;
	left:0px;
	right:opx;
	padding-right:1px;
}
#pulsante{
	border:0px;
	float:left;
	width:163px;
	height:23px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	left:0px;
	right:opx;
	padding-right:1px;
}
#bg_footer{
	background-color:#55A6F5;
	height:300px;
}
a {	
	text-decoration:none;
	font-size:12px;
	color:#666666;
}
td {
	vertical-align:top;	
}
.td_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#666666;
}
#td_center{
	margin-top:0;
	width:357px;
	height:600px;
	vertical-align:top;
	float:left;
}

#banner{
	height:252px;
	background:#55A6F5 url(../images/top_banner.jpg) top left no-repeat;;
}

#corpo {
	text-indent:0px;
	background-color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	color:#666666;
	min-height:200px;
	width:357px;
}

#footer{
	height:17px;
	background:#55A6F5 url(../images/bottom.jpg) top left no-repeat;;
}



