body {
	margin-top: 0px;
	background: url(images/img01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cff;
}

h1, h2, h3 {
	margin: 0;
	letter-spacing: -.05em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #757890;

}

a:hover {
	background: none;
	color: none;
}

.mini {
	font-size: 7pt;
}

.mini2 {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
.mini3 {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; 
}
.mini3 a {

	color: #757890;
}


/* Header */

#header {
	width: 800px;
	height: 216px;
	margin: 0 auto;
	background: url(images/head.jpg) no-repeat ;
}

#bandiere {

	position:absolute;
	margin-top: 50px;
	margin-left: 750px;
	float: left;
}

#datiheader {

	position:absolute;
	margin-top: 50px;
	margin-left: 520px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #757890;
	text-align: left;
	border-left: solid 1px #757890;
	padding: 5px 0 5px 15px;
}

	
/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin-top: 158px;
	padding: 20px 0 0 10px;
	list-style: none;
	line-height: normal;
	float: right;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0 20px 0 20px;
	margin-right: 2px;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #757890;
}

#menu a:hover, #menu .menu1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
}

/* Wraper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(images/bg.jpg) ;
}


/* Page */

#page {
	width: 798px;
	padding-top: 5px;
	background: url(images/bg2.jpg) no-repeat left bottom;


}

/* Content */

#content {
	float: left;
	width: 480px;
	margin-bottom: 20px;
}

#formail {
	float: left;
	width: 450px;
	margin-bottom: 20px;
}
.post {
}

.post .title {
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
}

.post .title a {
	color: #FFFFFF;
}

.post h2 {
	font-size: 1.8em;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	font-size: 9px;
}

.post .entry {
	padding: 20px 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}


#content2 {
	float: left;
	width: 740px;
	margin-bottom: 20px;
	padding-left: 30px;
	text-align: center;
}

/* Sidebar */

#sidebar {
	position: relative;
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-right: 30px;
	color: #7893AE;
	margin-bottom: 20px;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 10px 0 15px 15px;
}

#sidebar li li {
	padding-left: 10px;
}

#sidebar h2 {
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 5px 22px;
	font-size: 1.5em;
	border-bottom: 2px solid #000000;
	background: url(images/img06.jpg) no-repeat left 35%;
	color: #FFFFFF;
}

#sidebar p {
	padding: 10px 13px 15px 23px;
	text-align: justify;
}


/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757890;
	text-align: center;
	padding-top: 10px;
}


