
/* reset white space */
html, body {
margin: 0;
padding: 0
}

h1, h2, h3, h4, h5, h6 {
margin-bottom: 13px;
margin-top: 13px;
}

address, blockquote, dl, form,
fieldset, ol, table, p, pre, ul {
margin-top: 7px;
margin-bottom: 7px;
}

a img {
border: 0;
}


/*********************************************************************************************************
                                                                  ELEMENTS                                                                 
*********************************************************************************************************/	

body {
					font-family: Tahoma, Verdana;
					font-size: 11px;
					margin: 0;
color: #fff;
					background-color: #004071;
          background-image: url(images/shared/body_background.jpg);
          background-repeat: no-repeat;
          background-position: 0 35px;
					}

h1 {
margin: 0;
margin-bottom: -9PX;
font-size: 1px;
}

div#gallery h1 {
margin-bottom: 0;
}

div#gallery img {
margin-right: 9px;
margin-bottom: 9px;
width: 116px;
}

h2 {
font-family: "Arial Narrow";
text-transform: uppercase;
font-size: 14px;
font-weight: normal;
color: #fff;
}

h2 em {
text-transform: none;
}

p {
text-align: justify;
}

div#footer p {
text-align: center;
}

div#footer a {
color: #fff;
position: absolute;
right: 0;
top: 16px;
}

a#backhome {
position: absolute;
top: 0;
left: 0;
border: 0px solid yellow;
z-index:2;
}

/* FOR IE, si intorta */
#backhome img {
width: 70px;
height: 90px;
}

#programma {
position: absolute;
top: 0;
left: 744px;
border: 0px solid yellow;
z-index: 99;
cursor: pointer;
}

/* FOR IE, si intorta */
#programma img {
width: 150px;
height: 30px;
}

div#nav a {
font-size: 1px;
border-right: 0px solid #ddd;
margin-right: 8px;
margin-bottom: 6px;
display: block;
height: 13px;
float: left;
}

div#nav a img {
border: 0;
}

div.img_cont {
float: left;
margin-right: 10px;
padding: 4px;
background-color: #444;
}

div.img_cont p {
font-size: 10px;
margin-top: 1px;
font-style: italic;
}

small {
font-size: 11px;
}

					
/*********************************************************************************************************
                                                  LAYOUT                                                                  
*********************************************************************************************************/	

div#container {
position: relative;
}

#nav {
width: 815px;
position: absolute;
top: 50px;
left: 85px;
border: 0px solid red;
clear: both;
z-index: 4;
}

div#content {
width: 885px;
position: absolute;
left: 14px;
top: 100px;
border: 0px solid white;
z-index: 5;
}

div#footer {
position: relative;
margin-top: 20px;
padding-top: 12px;
background-image: url(images/shared/footer_background.jpg);
background-repeat: no-repeat;
}