@charset "utf-8";
#main {
	height: 518px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}
#footer {
	text-align: right;
	height: 30px;
	width: 1024px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #004a99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 5px;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #959595;
	text-decoration: none;
}

#footer a {
	color: #004A99;
	text-decoration: none;
}
#footer a:visited {
	color: #004A99;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
#left {
	float: left;
	width: 540px;
	height: 350px;
	padding-top: 12px;
	padding-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
}

#left p {
	padding-right: 45px;
	padding-top: 35px;
}
.titoletto {
	color: #004793;
	font-size: 18px;
	font-weight: bold;
}



#right {
	clear: right;
	float: right;
	height: 350px;
	width: 400px;
}
#bottone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin-left: 117px;
	margin-top: 282px;
}
#bottone a {
	text-decoration: none;
	color: #FFFFFF;
}
#bottone a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottone a:hover {
	color: #B3E5F0;
	text-decoration: none;
}
#logo {
	width: 538px;
	height: 125px;
	float: left;
}
#nav {
	width: 486px;
	clear: right;
	float: right;
	height: 125px;
}
#nav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	margin-top: 75px;
}
#nav li {
	float: left;
	padding-left: 30px;
}
#header {
	height: 130px;
	width: 1024px;
}

body {
	background-color: #000000;
	background-repeat: repeat;
}


*{padding:0; margin:0;
}
