
body {
margin: 0px auto;
    background: #E6E6E6 url(images/bg_body.jpg);
    line-height: 1.8em; 

    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
	color: #333;
}

hr { display: none }

strong, a:hover strong { color: #000000; }
a strong { color: #000000; }
a:link, a:visited {
    font-weight: bold;
    text-decoration: none;
    color: 000000;
}
a:hover {
    text-decoration: underline;
    color: #227BA6;
}
/* Link per immagini */
a img, a:hover img { border: none }

/* Header */
#header {
    width: 100%; 
    overflow: auto; 
    background: #003762 url(images/header.jpg) no-repeat top left;
    text-align: left;
    color: white;
}

/* Logo */
#logo { 
    float: left; 
    width: 120px;
    height: 90px;
    background: url(images/Logo.png) no-repeat top left;
}
#logo h1 { display: none; }

/* Menu */
#menu { 
    margin: 0px; 
    padding-left: 78px; 
}
#menu a { color: white; }
#menu ul { 
    margin: 0px;
    padding: 18px 0px 10px;
    /* text-align: center; */
}
#menu li { 
    display: inline;
    margin: 0px;
    padding: 0px 10px 0px 5px;
    list-style: none;
    border-right: 1px solid white;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#menu li.last { border-right: none; }

ol, ul {

    padding: 1px;
    list-style-position: inside;
}

/* Footer */
#footer { 
    clear: both;
    margin: 0px;
    margin-top: 1px; 
    border-top: 4px solid #227BA6;
    padding: 0px 2% 10px;
	background-color:#003762;
    color: white; 
}

#footer p { margin-bottom: 0px; }
#footer strong { color: white; }
#footer a { color: white; }


