body {
	margin: 10px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: #AA1111;
	border-bottom: 0px dotted #999999;
	color: #AA1111;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 33px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 0px dashed #D2D4C9;
	color: #AA1111
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #a2196a;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Style */

.Stile1 {
	font-size: x-large
}
.Stile2 {font-size: small}
.Stile3 {font-size: medium}
.Stile4 {color: #000000}
.Stile5 {
	color: #990000;
	font-size: large;
}
.Stile6 {
	color: #000000;
	font-size: medium;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 40px 20px 0 0;
}