﻿ /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#container {
	width: 720px;
	background-color: #000000;
	text-align: center;
	margin:auto;
}

#left_col {
	float: left;
	width: 200px;
}

#right_col {
	float: right;
	display: inline;
}


#page_content {
	width: 720px;
	background-color: #000000;
	margin: auto;
	text-align: justify;
}

#contatti{
	color: #FFFFFF;

}

		
/* Stili per i tag DIV */
#navigation {
	width: 720px;
	background-color: #000000;
	text-align: left;
	margin:auto;
}
#navigation ul {
	border-style: none;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	float: none;
}
#navigation li {
	padding: 0px;
	margin: auto;
	float: none;
	display: inline;
	background-color: #000000;
}
#navigation a {
	margin: 10 0 0 0;
	padding: 5px;
	border: 1px solid #000000;
	display: inline;
	text-decoration: none;
	background-color: #000000;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #C0C0C0;
	text-transform: capitalize;
}
#navigation a:hover {
	background-color:gray;
	color:#FFFFFF 

	
}