* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	}

h1 {
	margin-bottom: .5em;
	font-size: 150%; 
	font-weight: normal;
	color: #ffffff;
	}

h2 {
	margin-bottom: .5em;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #00529f;
	}

h3 {
	margin-bottom: .5em;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #00529f;	
	}

#links img{
	float:left;
	margin-top: 6px;
	}
	
#links p{
	margin-left:5px;
	}
	
#links p a{
	color:#000;
	text-decoration:underline;
	}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	}
	
ol {
	margin-left: 2em;
	}

ul {
	list-style: none;
	}

a {
	text-decoration: none;
	color: #00529f;
	}

a:hover {
	text-decoration: underline;
	color: #00529f;
	cursor:pointer;
	}
	
blockquote {
	margin-left: 2em;
	}

#contenitore {
	width:1000px;
	margin: 0 auto;
	background-image:url(../images/contenit_bg.gif);
	background-repeat:repeat-y;
	}

/* Menu */

#menu {
	width: 940px;
	height: 36px;
	margin: 0 auto;
	border-left: 20px solid #00529f;
	background-color:#BBB;

	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	padding: 0;
	display: inline;
	background: none;

	}

#menu a {
	width:188px;
	height:30px;
	display:block;
	float: left;
	font-size: 92%;
	font-weight: bold;
	margin: 0 auto;
	text-align:center;
	padding-top:6px;
	text-decoration: none;
	}


#menu b {
	text-decoration: none;
	}

/* Logo */

#logo {
	width: 240px;
	height: 240px;
	margin-left: 20px;
	padding:0;
	background: #010100 url(../images/logo.jpg) no-repeat;
	}
	
#slide{width:720px;
		height:240px;
		margin-left:240px;
		}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	}

/* Page */

#page {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
	}

/* Content */

#content {
	float: right;
	width: 640px;
	height: auto;
	padding: 20px 40px 20px 40px;
	background-color: #ffffff;
	background-image:url(../images/bg_content.gif);
	}

#title {
	width: 720px;
	height: 30px;
	padding: 8px 0 0 0;
	background-color: #00529f;
	margin-left: 240px;
	text-align:center;
	}

#title h1{
	letter-spacing:1px;
	}

#welcome {
	width: 620px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(../images/img04.gif) repeat-x left bottom;
	}

.floating-box {
	float: left;
	width: 280px;
	}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
	}

.floating-box img {
	border: 3px solid #DDD;
	}

/* Sidebar */
	
#sidebar h2 {
	font-size:120%;
	text-align: left;
	line-height: normal;
	color: #00529f;
	}

#sidebar p {
	font-size:95%;
	text-align: left;
	line-height: normal;
	}

#sidebar img {
	margin-bottom:18px;
	border: 3px solid #DDD;
	}
	
#links {
	height:auto;
	display:block;
	}
	
#links p{
	height:auto;
	display:block;
	}
#links ul li a{
	font-weight:bold;
	color:#00529f;
	line-height:40px;
	padding-left: 1em;
	background: url(../images/img07.gif) no-repeat left center;
	}


/* Footer */

#footer {
	height: 42px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#footer .wrapper {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background-image:url(../images/contenit_bg.gif);
	}

#footer .legal {
	float: left;
	width: 167px;
	height: 5px;
	padding: 7px 25px 13px 28px;
	background: #00529f;
	border-left: 20px solid #00529f;
	font-size: 85%;
	color: #CCC;
	}

#footer .links {
	float: left;
	width: 720px;
	height: 5px;
	margin: 0 auto;
	padding: 7px 0px 13px 0;
	background: #ffffff;
	text-align: left;
	font-size: 85%;
	color: #00529f;
	text-align:center;
	background-image:url(../images/bg_footer_links.gif);	
	}
	
#footer .links a {
	color: #ffffff;
	}

#footer .legal a {
	text-decoration: none;
	color: #CCC;
	}

#footer .legal a:hover {
	cursor:pointer;
	text-decoration:underline;
	}

