﻿html, body, #container {
min-height:100%;
width:100%;
height:100%;
margin: 0;
padding: 0;
background:#454545;
font-family: Arial, sans-serif;
font-size: 12px;
text-align: justify;
}
#header {
width:70%;
border-top:5px solid #333;
border-bottom:1px dotted #333;
height: 6em;
line-height: 6em;
width:100%;
margin:0;
padding:0;
}

#container{
position: relative;
min-height:700px;
height: auto !important;
height: 800px;
width:72%;
text-align:justify;
margin:1em auto;
padding:0;
background-image: url(images/1px_bg.gif);
background-repeat: repeat-x;
border:1px solid #FFFFFF;
-moz-border-radius: 10px;
}

#footer {
width:100%;
margin-top:300px;
background-color:#000000;
height:3em;
line-height:3em;
text-align:center;
color: #FFFFFF;
-moz-border-radius: 10px;
font-size: 10px;
bottom: 0;
}
#footer {
position: relative;

}
#footer .footer_content {	
	width:760px !important;
	width:780px;
	margin-right:auto;
	margin-left:auto !important; /* stupid ie... */
	margin-left:1px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
img {
	border: none;
}
a:link {
 color : #000000;
 text-decoration: none
}

a:visited {
 color : #000000;
 text-decoration: none
}

a:hover {
 color : #cc6600;
}

a:active {
 color : #000000;
}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.table {
	margin-top: 75px; 
}
.logo {
	background-image: url(images/logo_table.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
}
	
span.c1 {
	color: #FFFFFF;	
}
#titolo{
	margin: 0 auto;
	width:70%;
	background:#E3E3E3;
	border:2px solid #000000;
	margin-top:50px;
	padding:10px;
}
