#layout {
	width:1020px;
	height:1000px;
	z-index:1;
	background-image: url(bonsai_layout.jpg);
	background-repeat:no-repeat;
	background-position: top;
	vertical-align:middle;
	margin: 0px auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #99C105;
	margin-top: 0px;
	background-image: url(sf.jpg);
	background-repeat: repeat-x;
}
#head {
	position:relative;
	width:750px;
	height:200px;
	top:5px;
	left:130px;
	z-index:4;
}
#text {
	position:relative;
	width:750px;
	height:269px;
	z-index:1;
	left: 130px;
	top: 100px;
}
#text2 {
	position:relative;
	width:750px;
	height:600px;
	z-index:1;
	left: 130px;
	top: 100px;
	overflow:auto;
}
#footer{
	text-align: center;	
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.Stile1 {
	font-size: 9px;
	color: #000000;
}

a.lnk{
	color: #ff6600;
	text-decoration: none;
}
a.lnk:hover{
	color: #ff6600;
	text-decoration: underline;
}

div#menu{
	position:relative;
	width: 740px;
	z-index:1;
	left: 130px;
	top: 25px;
}

ul#lista_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 740px;
}

ul#lista_menu li{
	display: inline;
	margin: 0 2px;
	padding: 2px;
	list-style-type: none;
}

ul#lista_menu li a{
	font-weight: bold;
	font-variant: small-caps;
}

ul#lista_menu li a:hover{
	color: #ff6600;
	text-decoration: none;
}

.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
