/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
    text-align: center;  
	}
	
#top{
	height:28px;
	margin:0px auto;
	width:100%;
	background-color: #036;
	color:#4DB8E6;
	padding-top:10px;
	}
#conteiner{
	margin:0px auto;
	width:975px;
	text-align:left;
	}

#left{
	width:386px;
	float:left;
	}
#right{
	width:562px;
	float:right;
	margin-top:68px;
	color:#036;
	font-size:12px;
	}
#right a{
	color:#000;
	text-align: center;
	}
#footer{
	clear:both;
	height:30px;
	}
#menu{
	background-image: url(../img/bg_menu_left.jpg);
	background-repeat:no-repeat;
	height:486px;
	padding-left:73px;
	}
div#menu ul{list-style-type: none;margin: 0;padding: 0;}
	div#menu li{margin: 0;padding:0; }
	div#menu li a{ display:block;  width:183px; text-decoration: none; text-align:right; padding: 0 10px 0 0; color: #FFFFFF; font-size:14px; font-weight:bold; background-image: url(../img/bg_button.jpg); background-position:top; background-repeat:no-repeat; line-height:21px; margin-bottom:6px;}
	div#menu li a:hover{color: #4AB1E4;}
	div#menu li#activelink a{color: #4AB1E4;}
	
#indirizzo{
	color:#036;
	font-size:12px;
	}
#indirizzo a{
	color:#036;
	font-weight:bold;
	}
#indirizzo a:hover{
	text-decoration:none;
	}
	
#center_column{
	float:left;
	width:306px;
	color:#036;
	font-size:14px;
	text-align: center;
	}
#right_column{
	float:right;
	width:196px;
	border-left: 1px #036 dotted;
	padding-left:30px;
	color:#4AB1E4;
	font-size:14px;
	}
#chiusura{
	clear:both;
	}
#box_azzurro{
	background-color:#D6F5F5;
	padding:14px;
	}
	

