body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background: #630 url(../img/bkg_body.jpg) center center no-repeat fixed;
	color: #420;
}

/* Elementi XHTML */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #963;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112%;
	margin: 10px 0 4px 0;
	padding: 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 10px 0 4px 0;
	padding: 0;
}
ul {
	font-size: 92%;
	margin: 0 0 0 25px;
	padding: 0;
}
p {
	font-size: 92%;
	margin: 5px 20px;
	padding: 0;
	line-height: 1.1em;
}
a { 
	color: #963;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Stile contenitore */
#contenitore {
	margin: 0 auto;
	padding: 0;
	border: solid #fff9df;
	border-width: 0 2px;
	width: 770px;
	background: #fff9df;
}

/* Stile logo */
#logo {
	margin: 0;
	padding: 0;
	border: 0;
	width: 770px;
	height: 240px;
	background: url(../img/logo.png) top right no-repeat;
}

/* Stile navigazione */
ul {
	margin: 5px 20px 0 45px;
	padding: 0;
	border: 0;
	list-style-type: square;
}
li {
	margin: 0;
	padding: 0;
	border: 0;
}
li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 92%;
	font-weight: bold;
}
#navigazione a:hover {
	text-decoration: underline;
}

/* Stile corpo */
#corpo {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 770px;
	background: #fff8df url(../img/index_01.jpg) 0 0 no-repeat;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

/* Stile testo */
#testo {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 270px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background: url(../img/index_03.png)
}

/* Stile footer */
#footer {
	clear: both;
	margin: 0;
	padding: 20px 30px;
	border: 0;
	width: 710px;
	height: 120px;
	background: #742 url(../img/bkg_footer.gif) left top repeat-x;
}
#footer p {
	color: #d3b9a3;
}
#footer a {
	color: #d3b9a3;
}
#footer a img {
	border: 0;
}

/* Stili link lingue */
#ln a{
	margin-top: 20px;
}


