@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(img/bg_left.png) repeat-x;
}

a {
	color:#45c1eb;
}

div#container {
	margin:0px;
	text-align:left;
	width:1024px;
	height:100%;
	background-color:#FFF;
}

div#header {
	margin-bottom:0px;
	height:150px;
}
div#logo {
	float:left;
}
div#nav {
	float:right;
	background:url(img/bg_top.png) repeat-x;
	height:134px;
	width:720px;
	text-align:right;
}
div#nav p {
	display:block;
	margin-top:90px;
	padding:0px 15px 0px 15px;
	float:right;
	font-weight:bold;
	font-size:16px;
	color:#000;
	text-decoration:none;
}
div#nav p a {
	color:#000;
	text-decoration:none;
}
div#nav p a:hover {
	border-bottom:2px solid #45c1eb;
}

div#left {
	float:left;
	margin:0px;
	width:260px;
	padding-left:20px;
	font-size:14px;
}
div#left h1{
	font-size:16px;
	font-weight:bold;
}
div#left a{
	color:#0eade3;
	font-weight:bold;
}

div#main {
	float:right;
	width:660px;
	margin:0px 50px 15px 10px;
	padding:0px 0px 0px 20px;
	border-left:1px solid #45C1Eb;
}

#mappa {
	width:500px;
	height:500px;
	margin:30px 30px 30px 0px;
	padding:10px;
	border:1px solid #000;
}

div#footer {
	clear:both;
	border-top:1px solid #45c1eb;
	font-size:10px;
	text-align:center;
}

div#construction {
	width:800px;
	font-size:14px;
	margin-top:0px;
	height:550px;
}
div#construction h1{
	font-size:16px;
	font-weight:bold;
}
div#construction a{
	color:#0eade3;
	font-weight:bold;
}
