#pagina{
	width:900px;
	height:310px;
	float:left;
	background-color:#3C8484;
	background-image: url(../images/homepage/casa-delle-querce.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenuto{
	width:449px;
	height:310px;
	border-left:1px solid #D9E6C4;
	background-image: url(../images/homepage/bg-homegape.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
}

#contenuto #testo{
	padding:10px 20px 30px 35px;
	float:left;
	color:#F5F9EE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:-1px;
	line-height:23px;
	font-style:italic;
}

#contenuto #testo p{
	padding:10px 0 0;
}


#contenuto #testo p a{
	color:#FFF;
	text-decoration:none;
}

#contenuto #testo p a:hover{
	color:#FFDC62;
}

#contenuto #testo p:first-letter {
	font-size:26px;
	line-height:1em;
	color:#FFDC62;
	padding:0 1px 0 0;
	margin:0 0 0 -15px;
}

#contenuto #accesso{
	width:181px;
	float:right;
	padding:30px 15px 0 25px;
}

#contenuto #accesso ul{
	margin:0;
	padding:4px 9px 0 12px;
	list-style-type:none;
	width:160px;
}

#contenuto #accesso ul li{
	margin:0;
	padding:11px 0 0;
	height:30px;
}

#contenuto #accesso ul li a{
	width:auto;
	text-align:center;
	color:#234B49;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	height:22px;
	padding:4px 0;
	background-image: url(../images/homepage/bg-menu-accesso.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	letter-spacing:-1px;
	display:block;
}

#contenuto #accesso ul li a:hover{
	color:#336C68;
	padding:5px 0 3px;
	background-image: url(../images/homepage/bg-menu-accesso-h.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#footer #link{
	font-size:10px;
	color:#3E610E;
	padding:20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

div#footer #link a{
	color:#3E610E;
	text-decoration:none;
}

 