body{
	background: #fff url(ombra_bg.gif) top center repeat-y;
	text-align: center;
	margin: 0; padding: 0;
	font-size: 100%;
}

#wrapper{
	margin: 0 auto 0 auto;
	position: relative;
	width: 630px;
	text-align: left;
	background: white url(bg.gif) right repeat-y;

}

#header{
	position: relative;
	width: 100%; height: 408px;
	margin: 0;
	background: #ffffff url(header.jpg) no-repeat;
}

	#header h1{
	margin: 0;
	position: absolute;
	right: 0; top: 0;
	width: 170px;
	text-align: center;
	font: 45px Arial, Garamond, Georgia, Serif;
	letter-spacing: 0px;
	color: white;
}



#menu{
	float: right;
	width: 144px; height: 480px;
	background:#fff url(foglioline.jpg) no-repeat;
	background-position: 20px 300px;
}

	#menu ul{
	text-align: left;
	margin: 0; padding: 7px;
}

	#menu li{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

	#menu li.list-header{
	font: 110%/130% Garamond, Serif;
	margin: 0;
	padding: 0 10px 10px 0;
}

	#menu li a{
	color: #093;
	text-decoration: none;
	font: 90%/100% Georgia, Serif;
}

	#menu li a:hover{
	color: red;
	border-bottom: 1px teal dotted;
}



#content{
	position: relative;
	background: #fff url(fogliaok15.jpg) no-repeat;
	width: 483px;
	color: #555;
}

	#content h2{
	font: 220%/100% Garamond, Serif;
	margin: 0px 0 0 .6em;
	color: #555;
}

	#content p{
	font: 95%/170% Georgia, Serif;
	margin: 0.5em 1.5em 0 1.5em;
	padding: 0 0 0.3em 0;
}

	#content a{
	color: #093;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px teal dotted;
}

	#content a:hover{
	color: red;
	border-bottom: none;
}



#footer{
	position: relative;
	width: 483px;
	padding: 0.3em 0 0.3em 0;
	background: #cc9;
	text-align: center;
}

	#footer h3{
	position: absolute;
	left: -4321px;
}

	#footer p{
	margin: 0;
	padding: .5em 0 .5em 0;
	font: 60%/100% Verdana, Sans-Serif;
}

	#footer a{ color:#fff; font-weight:bold; text-decoration:none; }
	#footer a:hover{ color:red; text-decoration:underline; }


