* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;
cursor:pointer;}

table{
cursor:pointer;}

body {
	background-color:#111;
	color: #BBB;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0 12%;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2em sans-serif;}
h2 {
	font: bold 1.4em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
	padding-left: 32px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.header #titolo {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 75%;}
.main .right {width: 25%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
	font-size:95%;
}

/* content elements */
.content h1 {
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}

/* navigation */
.nav {background: #191919 ;
}
.nav a {
	background: #191919;
	border-right: 1px solid #161616;
	color:#0094d7;
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	line-height: 50px;
	padding: 0 10px;
}
.nav a:hover {
	background: #303030 ;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
	font-size:95%;
}
.subnav h1 {padding-top: 8px;
color:#e9226c;
letter-spacing:0.5em;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	font-weight:bold;
	color: #0094d7;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #e9226c;}

.subnav a {
color:#0094d7;}

.subnav a:hover{
color:#e9226c;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 1% 1% 3%;

}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
	height:100%;
}
.bottom a {color: #888;}

.center{
text-align:center;}

#contattaci{
font-size:1.1em;}

table img{
margin-right:20px;
margin-bottom:10px;}

#Hleft{
margin-top:20px;
margin-right:5%;
float:right;}