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: 430px;
	margin: 0;
	background: #ffffff url(banner_t.gif) no-repeat;
	border-bottom:solid 1px #fff;
}

	#header h5{
	margin: 0;
	position: absolute;
	right: 60px; top: 175px;
	/*width: 470px;*/
	text-align: center;
	font: 20px Garamond, Georgia, Serif;
	letter-spacing: 5px;
	color: #999;
}



#menu{
	float: right;
	width: 143px; height: 700px;
	background:#fff;/* url(foglioline.jpg) no-repeat;
	background-position: 20px 300px;*/
	/*overflow: auto;*/
	border-left:solid 1px #903;
}

	#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: red;
	text-decoration: none;
	font: 90%/100% Georgia, Serif;
}

	#menu li a:hover{
	color: #555;
	border-bottom: 1px teal dotted;
}
	#menu h6{
	color: #555;
}


#content{
	position: relative;
	background: #fff;
	text-align: center;
	width: 463px;
	height: 700px;
	color: #555;
	padding:10px 10px 10px 10px;
}

	#content h1{
	font: 220%/100% Garamond, Serif;
	margin: 20px 0px 0px 30px;
	color: red;
}
	#content img{
	margin: 10px 10px 10px 10px;
	float:left;
}

	#content p{
	font: 95%/170% Georgia, Serif;
	margin: 0.5em 1.5em 0 1.5em;
	padding: 0 0 0.3em 0;
}

	#content a{
	color: red;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px teal dotted;
}

	#content a:hover{
	color: #555;
	border-bottom: none;
}



#footer{
	position: relative;
	width: 463px;
	padding: 0.3em 0 0.3em 0;
	background: #903;
	text-align: center;
}

	#footer h3{
	position: absolute;
	left: -4321px;
}

	#footer p{
	color:#ff9;
	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; }


