* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Calibri;
	font-size: 14px;
	line-height: 17px;
	color: #336600;
	background-image: url(../img/sfondo.jpg);
}

a {
	text-decoration: none;
	color: #5C844A;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#wrap {
	margin: 20px auto;
	width: 850px;
	background-image: url(../images/bg-white50.png);
}

#top {
	padding: 5px 0;
}

#header {
	padding: 10px;

}

#content {
	padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 640px;
	text-align: justify;
	padding: 7px;
	background-image: url(../images/bg-white50.png);
	border: 1px solid;
	border-color: #CCCC00;
	color: #336600;
}
.right h1 {
	font-size: 18px;
	padding: 10px 0 5px 0;
	color: #749C4A;
	text-align: center;
}

.right h2 {
	font-size: 18px;
	padding: 10px 0 5px 0;
	text-align: center;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 150px;
	padding-top: 5px;
	font-size: 14px;
}
.left  h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	font-size: 14px;
	color: #333333;
}
.left  ul {
	padding: 10px 0px 15px 10px;
	list-style-type: none;
}
.left li {
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}

.left ul li a {
	color: #5C844A;
	text-decoration: none;
	font-weight: 600;
}
.left  ul li a:hover {
	color: #333333;

}

#bottom {
	padding: 8px 0;
}

#footer {
height: 20px;
line-height: 15px;
text-align: center;
font-size: 11px;
color: #003300;
}
