body {
    background-color : #84755E;
    font-family : Verdana;
    font-size : 0.7em;
    color : #D5C1A6;
	text-align:center
}
p, table, ul {
	font-size:100%
}
a:link, a:visited {
    color : #D5C1A6;	
}
a:hover {
	text-decoration:none
}

#corpo {
	margin: 0 auto;
	width:600px;
	position:relative;
	text-align:left;
	border:2px solid #BBA484
}
#banner {
	position:relative;
	border-bottom:2px solid #BBA484
}
#menu {
	margin:16px 5px 0 435px;
	position:relative
}
#menu h2 {
	font-size:100%;
	border-bottom: 1px solid #A59885;
	color:#fff;
	margin-top:0
}
#menu ul {
	margin-left:0.5em;
	padding-left:0;
	list-style-type:none;
}
#menu ul li {
	padding-bottom: 1px;
	background:url(immagini/quadratino.gif) no-repeat left center;
	padding-left:10px;
}
#menu ul a:link, #menu ul a:visited {
    color : #D5C1A6;
	text-decoration:none	
}
#menu ul a:hover {
	text-decoration:underline;
}

#content {
	position:absolute;
	top:460px;
	left:0;
	width:400px;
	margin:5px;
	text-align:justify

}
#content h1 {
	font-size:100%;
	border-bottom: 1px solid #A59885;
	color:#fff;
	margin-top:0

}