body {
	border-top:5px solid black;
	background:url(img/black2.jpg) repeat-x;
	margin:0;
}
#container {
	
	width:900px;
	height:426px;
	border:10px solid white;
	background:#fff; /*bianco*/
	margin:auto;
	margin-top:10px;
	padding:0;
}
#header {
	border-bottom:1px solid black;
	/*text-transform:uppercase;*/
	background:url(img/foto2.jpg);
	padding-left:10px;
	height:426px;
	border-top:1px solid black;
}

/* impostazioni della "scritta" sulla foto*/
/*
#header h1 { gli elementi h1 contenuti nell'header avranno tali caratteristiche
	margin:0px;
	margin-top:-3px;
	font-size:42px;
	font-family:purisa;
	padding-left:5px;
	letter-spacing:1px;
	color:#ffffff;/*bianco
	font-weight:bold;
	height:40px;
}
#header h2 { gli elementi h2 contenuti nell'header avranno tali caratteristiche
	margin:0px;
	margin-top:-10px;
	font-size:15px;
	font-family:purisa;
	padding-left:185px;
	letter-spacing:1px;
	color: #3366CC;
	font-weight:heavy;
	height:30px;
}*/
/* Header > Menu */

#menu {
	width: 900px;
	height: 27px;
	margin-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(img/img03.gif) repeat-x; /*colore blu*/
	border: 1px solid #222222;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(img/img04.gif);/*verde*/
	text-decoration: none;
}

#menu .active a { /*nome tag (menu) .nome classe(active)*/
	background-image: url(img/img05.gif);/*grigio*/
	
}
#columns {
	border-top:1px solid black;
	margin-top:15px;
}




.pad {
	padding:0px;
	padding-bottom:0px;
	margin-bottom:-10px;
}
#col2 {
	float:right;
	width:540px;
	height: auto;
	padding-left:20px;
	margin-top: 10px;
	background:white;
	border-left: 1px solid black;
	}
#col2fanta {
	float:right;
	width:640px;
	height: auto;
	padding-left:20px;
	margin-top: 10px;
	background:white;
	border-left: 1px solid black;
	}

#col1 {
	float:left;
	margin-top:10px;
	width:320px;
	height:auto;
	background:white;
	}
#col1fanta {
	float:left;
	margin-top:10px;
	width:220px;
	height:auto;
	background:white;
	}

span.notvisible {
	display:none;
}
#col1 h1,#col2 h1 {
	font-size:125%;
}
#col1 p,#col2 p {
	line-height:130%;
	color:#333;
}
#col2 p {
	font-size:97%;
}
#header,.pad,#footer {
	font-family:tahoma;
}
#footer {
	font-size:80%;
	border-top:5px solid black;
	padding-left:20px;
	text-align:left;
	background:url(img/black2.jpg) repeat-x;
	min-height:50px;
}
#footer .inner {
	text-align:center;
	width:420px;
    background:white;
	color: black;
	margin:auto;
	margin-top:10px;
	padding:0;
}
#footer .inner a {
	color:green;
	text-decoration:none;
}
a {
	color:#300;
}
.right {
	float:right;
}
img.border {
	padding:0px;
	margin:2px;
	border:1px solid #539DBC;
}
.border {
	margin-top:10px;
	border-top:1px solid black;
	margin-left:1px;
}
ul.links {
	font-size:90%;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
ul.links li {
	display:inline;
	padding-top:6px;
	margin-left:0;
	padding-left:0;
}
ul.links a {
	
	text-decoration:none;
	display:block;
	padding:5px;
	margin-bottom:1px;
	border-left:10px solid black;
	background:url(img/img03.gif) repeat-x;
	color:white;
}
ul.links a.active,ul.links a.active:hover {
	border-left:10px solid green;
	background-image: url(img/img05.gif);/*grigio*/
	color:white;
}
ul.links a:hover {
	border-left:10px solid green;
	background-image: url(img/img04.gif);/*verde*/
	color: white;
}
.tabellalink {
	color: white;
}