body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background: url(../img/bamboo_sfondo.jpg) repeat-y;
}

img {
	border: 0px;
}

p {
	margin: 5px 0px 10px 0px;
}

h1 {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 3px;
	font-size: 25px;
	line-height: 25px;
	color: #768F27;
	border-left: 30px solid #768F27;
}

h2 {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 3px;
	font-size: 18px;
	line-height: 18px;
	color: #D98648;
	border-left: 15px solid #D98648;
}

.mail {
	border: none;
	padding: 0px;
}

/*#img-up {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 107px;
	background: white;
}*/

#green-top {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #A1C135;
	width: 100%;
	height: 145px;
}

#header {
	z-index: 2;
	position: absolute;
	left: 0px;
	padding-left: 105px;
	top: 0px;
}

#content, #nav {
	z-index: 3;
	position: absolute;
	left: 0px;
	padding: 0px 3px 0px 110px;
	top: 150px;
}

#nav {
	top: 125px;
	font-size: 12px;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	padding: 0px 2px 0px 2px;
}

#nav a.flag, #nav a.flag:link, #nav a.flag:active, #nav a.flag:visited {
	width: auto;
	margin: 0px;
	padding: 3px 8px;
	text-align: center;
}

#nav a:hover {
	line-height: 20px;
	color: #A1C135;
	background: white;
}

#nav a.flag:hover {
	line-height: normal;
}

#text {
	color: #333333;
}

#info {
	width: 195px;
	float: left;
	border: 4px solid #A1C135;
	margin: 5px 5px 0px 0px;
	font-size: 15px;
	font-weight: bold;
}

.left, .left_and_border {
	float: left;
	margin: 5px 5px 0px 0px;
}

.left_and_border {
	border: 4px solid #FDDD64;
}

.right {
	float: right;
	margin: 5px 0px 0px 5px;
}

#info a, #info a:link, #info a:active, #info a:visited {
	width: 100%;
	display: block;
	color: #A1C135;
	background: white;
	text-decoration: none;
}

#info a:hover {
	color: white;
	background: #A1C135;
}

#cell {
	width: 75px;
	float: left;
	line-height: 10px;
}

.cell-title {
	color: red;
}

#footer {
	text-align: center;
	margin-top: 15px;
	font-size: 9px;
	color: #666666;
}

#footer img {
	margin: 5px;
}

#content p {
	font-size: 12px;
}

.bottom {
	clear: both;
	text-align: center;
	color: #A1C135;
	font-weight: bold;
	width: 100%;
}