
			body{
			font-family: Verdana,Geneva,sans-serif;
			}
			#page{
			position:relative;
			width: 720px;
			margin: 0 auto;
			}
			#header{
			text-align: center;
			border: 1px solid blue;
			}
			#header h1{
			font-size: 24px;
			}
			#nav{
			height: 30px;
			background: blue;
			color: #fff;
			}
			#nav p{
			margin: 10px;
			text-align: justify;
			font-size: 12px;
			}
			#nav li{
			position:relative;
			}
			#nav ul{
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#nav li, #nav a{
			float: left;
			width: 180px;
			}
			#nav li li{
			background: #555;
			border-top: 1px solid #fff;
			}
			#nav li ul{
			display: none;
			}
			#nav li:hover ul{
			display: block;
			position: absolute;
			top: 30px;
			left:0;
			}
			#nav a{
			text-decoration: none;
			text-align: center;
			color: #fff;
			line-height: 30px;
			}
			.ita{
			background: url('images/ita.gif') no-repeat;
			}
			#nav a:hover{
			background: #a0afb3;
			}
			#content{
			background: url('../images/home.png') no-repeat 50%;
			height: 480px;
			border: 1px solid blue;
			}
			#footer{
			text-align: center;
			background: #0033FF;
			color: #FFFFFF;
			font-size: x-small;
			font-weight: 900;
			}
			#footer a {
			color: #FFFFFF;
			text-decoration: none;
			}
			#footer a:hover {
			color: #FFFFFF;
			text-decoration: none;
			}
			#footer a:visited {
			color: #FFFFFF;
			text-decoration: none;
			}
			.phone{
			color:#f9e806;
			}