html, body, p, ul, ol, li, div, h2, h1, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {font-size: 2em}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

a {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}
a:visited {
	color: blue;
}

html {
}

body {
	width: 895px;
	margin: 15px auto 0 auto;
	background-color: #fff;
}

#header, #footer, #body, #menu, #status {
}

body {
	font-family: Courier, Garamond;
}

#main-div {
	background-color: #fff;
	height: 600px;
	border: 1px solid #444; 
	text-align: center;
}

#container {
	background-color: #fff;
}

#header{
	margin: 160px 0 0 0;
}

#body {
	text-align: justify;
	display: inline;
	float: left;
	padding: 5px;
}

#footer {
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	border-top: 1px solid #000;
	margin: 20px 5px 0 5px;
	padding: 5px;
}


#logo {
	width: 100%;
	border: 0px solid  #d2222a;
}

.header-h2, .header-h1 {
	color: #fff;
}

.clear-both {
	clear: both;
}

/* MENU */
#menu {
	margin: 5px 0 0 0;
	height: 35px;
	background-color: #333;
	color: #fff;
	text-align: justify;
}

#menu-home li {
	list-style-type: none;
	display: inline;
	list-style-position: inside;
}

.menu-item {
	background-color: #333;
	color: #fff;
	border: 0px solid #000;
	border-right: 2px solid #fff;
	margin: 2px 0 0 0;
}

#menu-home{
	background-color: #333;
	height: 30px;
}

#menu-home li a {
	background-color: #333;
	color: #fff;
	margin: 0;
	padding: 0;
}

.menu-item-last {
	color: #fff;
	margin: 2px 0 0 0;
	border: 0px solid #000;
	border-right: 0px solid #000;
	
}

/* end of MENU */


#footer-link li{
	list-style-type: none;
	display: inline;
	text-align: justify;
}

#footer-link li a img{
	border: 0px solid #fff;
	width: 133px;
}


#right-panel {
	float: right;
	text-align: right;
	margin: 0 0 0 10px;
}
.blackcandy {
	margin: 5px 15px 0 0;
}

#date {
	margin: 15px 0 0 0;
	width: 218px;
}

.date-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.date-ul{
	margin: 0;
	padding: 0;
}

.date-ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px -10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}




.contatti-ul, .contatti-ul-last {
	margin: 5px 0 15px 0;
}
.contatti-ul-last {
	margin: 5px 0 200px 0;
}

.contatti-ul li, .contatti-ul-last li {
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
}


#sharing img {
	border: 0px solid #fff;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#sharing img:hover {
	border: 0px solid #fff;
	opacity:1;
	filter:alpha(opacity=100)
}
