@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#wrapper {
	width: 960px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	overflow: auto;
	margin-top: 20px;
	}

#header {
	width: 960px;
	height: 185px;
	background-image: url(../img-layout/banner-riciclo-carta.png);
	}
	
#logo {
	width: 185px;
	height: 185px;
	float: left;
	margin-left: 25px;
	}

#text-top {
	height: 40px;
	width: 700px;
	float: left;
	margin-left: 25px;
	margin-top: 70px;
	}
	
.slogan {
	font-size: 20px;
	letter-spacing: 2px;
	color: #000;
	font-weight: bold;
	margin-left: 15px;
	}

#navigation {
	float: left;
	width: 200px;
	margin-top: 40px;
}

#content {
	float: left;
	width:740px;
	margin-left: 10px;
	height: 200px;
	margin-top: 40px;
	border: 1px solid #333;
	background-image: url(../img-layout/sito-in-co.jpg);
}
#footer {
	width: 960px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img-layout/img-footer.png);
	background-repeat:no-repeat;
}