@import url("menu2.css");
body,
	html {
		margin:0;
		padding:0;
		background-color: #333333; background-image:url(../media/marb004.jpg);
		color:#000;
		font-family:"Segoe UI", Arial, sans-serif;
		font-size:90%;
	}
	body {
		min-width:750px;
	}
	#wrap {
		background: #cc9;
		margin:0 auto;
		width:770px;
	}
	#header { height:158px;background-image: url(../media/banner.jpg); background-position:center; background-repeat:no-repeat;)
	}
	#header h1 {
    	display:none
    }
	#nav {
		background:#cc9;
		padding:5px;
		height:30px;
	}
	
	#main {
		background:#fff;
		float:left;
		width:550px;
		border-left:10px solid #cc9;
		padding-bottom:20px;
	}
	#main h1, #main h2, #main h3, #main p {
		margin:10px 20px;
    }
	#main h1{color:#556B2F}
	#main h2{font-size:1.2em;}
	#main img{margin-left:10px;}
	a.verde{color:#556b2f; text-decoration:none}
	#sidebar {
		background:#cc9;
		float:right;
		width:200px;
		
	}
	#sidebar ul {
		margin-bottom:0;
    }
	#sidebar h3 {color:#000; text-align:center}
    #sidebar h3, #sidebar p {
		margin:10px 8px;
    }
	#sidebar a{color:blue ; text-decoration:underline}
	#footer {
		background:#cc9;
		clear:both;
		text-align:center;
		font-weight: bold;
		height:80px;
		line-height:2em;
	}
	#footer p {
		padding:5px;
		margin:10px 20px;
    }

