body {
	color: black;
	font-size:12px;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
/*	background: #fda600 url(png/yc.png) repeat-y center;*/
	background: #f4f4f4 url(png/gc.png) repeat-y center;
}

p{
	text-align: justify;
}
h4 {
	position: relative;
	top: 6px;
}
div#banner_ilplogo {
    margin-top:-8px;
	background-image: url(png/logo2.png);
	background-repeat: no-repeat;
	height:132px;
	width:800px;
	/* margin-top:-10px; */
	position: relative;
}
div#banner_firenze {
	background-image: url(png/firenze3.jpg);
	background-repeat: no-repeat;
	height:130px;
	width:800px;
	position: relative;
}

div#wrap {
	width: 800px;
	background-color: transparent;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
}


table{
    border-collapse: collapse;
}
td{
	height: 20px;
}

#main {
	background-color: white;
	color: black;
	padding: 10px;
}

#left{
	/* background-color: url(png/bg.png); */
	background:  #fda600;
	font-family: "Skia", Verdana, Helvetica, sans-serif;
	width: 170px;
	padding: 0px;
	margin-left: 0px;
    font-size: 12pt;
}

#left h3 {
    font-size: 10pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: #ffffff;
	margin-top:12px;
	margin-bottom:-7px;
	margin-left:10px;
}

#left a {
	font-weight: normal;
	color: #fcecd4;
}

a{
    cursor:pointer;
}

a:link{
	color: #DE6209;	
	text-decoration: none;
}
a:visited{
	color: #DE6209;	
	text-decoration: none;
}
a:hover{	
	color: #914006;
}

#left li {
	padding-bottom: 6px;
	list-style-type: none;
	margin-left:-30px;
}

#left a.active:link {
	color: #911106;
}
#left a.active:visited {
	color: #911106;
}
#left a.active:hover {
	background-image: url(png/bg_yellow.png);
	color: #911106;
}

#left a:link{
	display: block;
	border:0px;
}
#left a:visited{
	display: block;
	border:0px;
}
#left a:hover {
	display: block;
	border:0px;
	background: url(png/bg_red.png);
}
#footer {
	background-color: white;
	color: black;
	text-align: center;
	font-size: 9pt;
	border-top: thin solid silver;
}


#loading {
    display: none;
}
.wip{
	background-color: yellow;
	text-align: center;
	border: thin solid orange;
}

.addthis_button{
    vertical-align:sub;
}

