@charset "utf-8";
/* CSS Document */
	html, body{
		width:100%;
		height:100%;
	}
	body{
		margin:0;
		padding:0;
		background-color:#FFFFFF;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		color:#000000;
	}
	#header{
		background-position:left top;
		background-repeat:no-repeat;
		width:962px;
		height:340px;
		margin-left:auto;
		margin-right:auto;
		padding-top:9px;
	}
	#content{
		background-color:#FFFFFF;
		width:962px;
		margin-left:auto;
		margin-right:auto;
		top:-300px;
	}
	#footer{
		left:-100px;
		width:858px;
		margin-left:-100;
		margin-right:auto;
		text-align:left;
		font-size:9px;
	}
	#menu{
		height:30px;
		width:722px;
		float:left;
	}
	#login_menu{
		height:30px;
		width:240px;
		/*background-color:#000000;*/
		float:right;
		text-align:center;
	}
	
	#login_block{
		width:218px;
		height:100px;
		float:right;
		margin-bottom:0;
		margin-top:180px;
		background-color:#FFFFFF;
		padding:10px;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		display:none;
	}

	.clear{
		clear:both;
	}
	#header #menu a img, #header #menu img{
		margin-left:25px;
	}
	#header #menu a:hover{
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	.home_bg{background-image:url(../images/layout/headers/home.jpg);}
	.lalbero_bg{background-image:url(../images/layout/headers/lalbero.jpg);}
	.progretti_bg{background-image:url(../images/layout/headers/progetti.jpg);}
	.sostieni_bg{background-image:url(../images/layout/headers/sostieni.jpg)}
	.blog_bg{background-image:url(../images/layout/headers/home.jpg);}
	.contatti_bg{background-image:url(../images/layout/headers/contatti.jpg);}
	
	#sidebar{
		float:right;
		width:240px;
		background-image:url(../images/layout/sidebar_bg(erase this!!).jpg);
		background-position:center top;
		padding-bottom:10px;
	}
	#main{
		float:left;
		width:722px;
	}
	
	#sostieni_side{
		width:240px;
		background-color:#008186;
		text-align:center;
	}
	#sostieni_form{
		padding-bottom:10px;
	}
	#sostieni_form select{
		color:#666666;
		font-size:10px;
	}
	.banner{
		margin-top:20px;
	}
	
	#left_column{
		width:310px;
		float:left;
		margin-left:20px;
	}
	#right_column{
		width:310px;
		float:right;
		margin-right:45px;
	}
	
	.news_title{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:18px;
		color:#000000;
		width:100%;
		border-bottom:1px solid #000000;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	.news_content{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		color:#888888;
		width:100%;
		margin-bottom:20px;
		line-height:20px;
	}
	#submenu{
		width:647px;
		background-color:#008186;
		padding:8px 25px;
		color:#FFFFFF;
		margin-left:25px;
	}
	#submenu a{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		display:block;
		float:left;
		margin:0 15px 0 0;
		padding-right:15px;
		border-right:1px solid #FFF;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
	}

	#submenu a:hover{
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}	
	
	#text_content{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		color:#000000;
		width:600px;
		margin:50px;
		line-height:18px;
	}
	#main h1{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:22px;
		color:#000000;
	}
	
	a img {
		border:0px;
	}
	
	a {
		color:#008186;
	}
